GetPropertyValue<V> Method (C1TargetControlBase)
Gets the property value by property name.
public GetPropertyValue<>(
System.string ,
)
'Declaration
Public Function GetPropertyValue(Of )( _
ByVal As System.String, _
ByVal As _
) As
Parameters
- propertyName
- Name of the property.
- nullValue
- The null value.
Type Parameters
- V