[]
        
Gets a document property by the case-insensitive name.
public DocumentProperty this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As DocumentProperty
| Type | Name | Description | 
|---|---|---|
| string | name | The case-insensitive name of the property.  | 
    
| Type | Description | 
|---|---|
| DocumentProperty | A DocumentProperty with the specified name.  |