'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As DocumentProperty
'Usage
Dim instance As CustomDocumentProperties Dim index As Integer Dim value As DocumentProperty value = instance.Item(index)
public DocumentProperty this[ int index ]; {get;}
Parameters
- index
- The index number of the document property returned.