'Declaration
Public Function TryGetValue( _ ByVal propertyName As System.String, _ ByRef pv As PropertyValue _ ) As System.Boolean
'Usage
Dim instance As PropertyValueCollection Dim propertyName As System.String Dim pv As PropertyValue Dim value As System.Boolean value = instance.TryGetValue(propertyName, pv)
public System.bool TryGetValue( System.string propertyName, out PropertyValue pv )
Parameters
- propertyName
- pv