Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DocumentPropertyCollection Class / Item Property
The case-insensitive name of the property.

In This Topic
    Item Property (DocumentPropertyCollection)
    In This Topic
    Gets a document property by the case-insensitive name.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal name As System.String _
    ) As DocumentProperty
    public DocumentProperty this[ 
       System.string name
    ]; {get;}

    Parameters

    name
    The case-insensitive name of the property.

    Property Value

    A DocumentProperty with the specified name.
    See Also