PropertyCollection.Contains Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ISfcPropertySet.Contains<T>(String) | Determines whether the property collection contains the property specified by the name parameter. | |
ISfcPropertySet.Contains(String) | Determines whether the property collection contains the property specified by the propertyName parameter. | |
ISfcPropertySet.Contains(ISfcProperty) | Determines whether the property collection contains the property specified by the parameter. |
Top