[]
Represents a collection of ICustomProperty objects that represents additional information.
public interface ICustomProperties
Public Interface ICustomProperties
| Name | Description |
|---|---|
| Count | Gets a value that represents the number of custom properties in the collection. |
| this[int] | Gets the custom property at the specified position. |
| this[string] | Gets the custom property by name. |
| Name | Description |
|---|---|
| Add(string, object) | Adds custom property information. |