[]
Gets the custom property at the specified position.
ICustomProperty this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ICustomProperty
| Type | Name | Description |
|---|---|---|
| int | index | The index number of the custom property. |
| Type | Description |
|---|---|
| ICustomProperty | An ICustomProperty object that represents the custom property information. |
Gets the custom property by name.
ICustomProperty this[string name] { get; }
ReadOnly Default Property Item(name As String) As ICustomProperty
| Type | Name | Description |
|---|---|---|
| string | name | The name of the custom property. |
| Type | Description |
|---|---|
| ICustomProperty | An ICustomProperty object that represents the custom property information. |