[]
Adds a custom property to the collection. For internal use only.
public void Add(CustomProperty property)
| Type | Name | Description |
|---|---|---|
| CustomProperty | property | The custom property to add. |
Adds a custom property to the collection with the specified name and value. For internal use only.
public void Add(string propertyName, object propertyValue)
| Type | Name | Description |
|---|---|---|
| string | propertyName | The name of the custom property. |
| object | propertyValue | The value of the custom property. |