SetField<T> Method (ComplexProperty)
In This Topic
Universal field setter
Syntax
'Declaration
Protected Function SetField(Of )( _
ByRef As , _
ByVal As , _
ByVal As String _
) As Boolean
protected bool SetField<>(
ref ,
,
string
)
Parameters
- field
- value
- propertyName
Type Parameters
- T
See Also