ContainsKey(Int64) Method
Tests if a PropertyDefinition with the specified PropertyDefinition.Id exists in the dictionary.
Syntax
public System.bool ContainsKey(
System.long id
)Public Overloads Function ContainsKey( _
ByVal id As System.Long _
) As System.BooleanParameters
| Name | Description |
|---|---|
| id | The ID to lookup |
Return Value
True if a PropertyDefinition with the id is in the dictionary. False otherwise.