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
Explicit interface implemetationPrivate method ISfcPropertySet.Contains<T>(String) Determines whether the property collection contains the property specified by the name parameter.
Explicit interface implemetationPrivate method ISfcPropertySet.Contains(String) Determines whether the property collection contains the property specified by the propertyName parameter.
Explicit interface implemetationPrivate method ISfcPropertySet.Contains(ISfcProperty) Determines whether the property collection contains the property specified by the parameter.

Top