Determines whether the specified property exists in the values collection.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public bool ContainsProperty( string propertyName ) |
Visual Basic |
---|
Public Function ContainsProperty ( _ propertyName As String _ ) As Boolean |
Visual C++ |
---|
public: bool ContainsProperty( String^ propertyName ) |
Parameters
- propertyName
- Type: System..::..String
Name of the property.