Determines whether there is a property with the name specified by 'propertyName' or not.
[Visual Basic] Public Function Contains( _ ByVal propertyName As String _ ) As Boolean [C#] public bool Contains( string propertyName ); [C++] public: bool Contains( String* propertyName ); [JScript] public function Contains( String propertyName ): bool;
PropertyList Class | XRules Namespace