[]
        
(Showing Draft Content)

C1.BarCode.ComplexProperty.SetField

SetField Method

SetField<T>(ref T, T, string)

Universal field setter

Declaration
protected bool SetField<T>(ref T field, T value, string propertyName)
Protected Function SetField(Of T)(ByRef field As T, value As T, propertyName As String) As Boolean
Parameters
Type Name Description
T field
T value
string propertyName
Returns
Type Description
bool
Type Parameters
Name Description
T