Item(String) Property
Gets PropertyDefinition from the dictionary, or inserts a PropertyDefinition into the dictionary, by it's SystemName
Syntax
public PropertyDefinition Item(
System.string systemName
) {get; set;}Public Overloads Property Item( _
ByVal systemName As System.String _
) As PropertyDefinitionParameters
| Name | Description |
|---|---|
| systemName | The system name of the PropertyDefinition to retrieve. |