[]
Gets a document property by the case-insensitive name.
public DocumentProperty this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | The case-insensitive name of the property. |
| Type | Description |
|---|---|
| DocumentProperty | A DocumentProperty with the specified name. |