'Declaration
Public Function ContainsProperty( _ ByVal propertyName As System.String _ ) As System.Boolean
'Usage
Dim instance As PropertyValueCollection Dim propertyName As System.String Dim value As System.Boolean value = instance.ContainsProperty(propertyName)
public System.bool ContainsProperty( System.string propertyName )
Parameters
- propertyName