'Declaration Public Function IsPropertyValueAvailable( _ ByVal propertyName As String, _ ByVal value As Object _ ) As Boolean
public bool IsPropertyValueAvailable( string propertyName, object value )
Parameters
- propertyName
- value
'Declaration Public Function IsPropertyValueAvailable( _ ByVal propertyName As String, _ ByVal value As Object _ ) As Boolean
public bool IsPropertyValueAvailable( string propertyName, object value )