[]
Gets the IDocumentProperty with the specified name.
IDocumentProperty this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
| Type | Description |
|---|---|
| IDocumentProperty | The IDocumentProperty. |
Gets the IDocumentProperty with the specified index.
IDocumentProperty this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| IDocumentProperty | The IDocumentProperty. |