SetProperty<T> Method (NavCancelButton)
In This Topic
Sets the specified property value.
Syntax
'Declaration
Protected Sub SetProperty(Of )( _
ByRef As , _
ByVal As , _
Optional ByVal As String _
)
protected void SetProperty<>(
ref ,
,
string
)
Parameters
- field
- Corresponding field.
- value
- New value to set.
- propertyName
- Property name.
Type Parameters
- T
- Property type.
See Also