'Declaration
Public Function GetValueOrNull( _ ByVal propertyName As System.String _ ) As System.Object
'Usage
Dim instance As PropertyValueCollection Dim propertyName As System.String Dim value As System.Object value = instance.GetValueOrNull(propertyName)
public System.object GetValueOrNull( System.string propertyName )
Parameters
- propertyName