[]
Gets the IDocumentProperty with the specified name.
IDocumentProperty this[string name] { get; }
ReadOnly Default Property Item(name As String) As IDocumentProperty
Type | Name | Description |
---|---|---|
string | name | The name. |
Type | Description |
---|---|
IDocumentProperty | The IDocumentProperty. |
Gets the IDocumentProperty with the specified index.
IDocumentProperty this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IDocumentProperty
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
IDocumentProperty | The IDocumentProperty. |