Add(String,PropertyDefinition) Method
Adds a PropertyDefinition to the dictionary
Syntax
public void Add(
System.string systemName,
PropertyDefinition value
)Public Overloads Sub Add( _
ByVal systemName As System.String, _
ByVal value As PropertyDefinition _
) Parameters
| Name | Description |
|---|---|
| systemName | The unique system name of the PropertyDefinition |
| value | The PropertyDefinition to add |