ContainsKey(String) Method
Tests if a PropertyDefinition with the specified SystemName exists in the dictionary.
Syntax
public System.bool ContainsKey(
System.string systemName
)Public Overloads Function ContainsKey( _
ByVal systemName As System.String _
) As System.BooleanParameters
| Name | Description |
|---|---|
| systemName | The system name to lookup |
Return Value
True if a PropertyDefinition with the systemName is in the dictionary. False otherwise.