Item(Int64) Property
Gets PropertyDefinition from the dictionary, or inserts a PropertyDefinition into the dictionary, by it's PropertyDefinition.Id
Syntax
public PropertyDefinition Item(
System.long id
) {get; set;}Public Overloads Property Item( _
ByVal id As System.Long _
) As PropertyDefinitionParameters
| Name | Description |
|---|---|
| id | The ID of the PropertyDefinition to retrieve. |