Gets the DataRelationInfo instance with the specified 0-based index from the collection. In C# this property is the indexer for the DataRelationInfoCollection class.

Syntax

public DocumentServer.DataSources.DataRelationInfo this[int index] { get; }
Public Default ReadOnly Property Item(index As Integer) As DocumentServer.DataSources.DataRelationInfo

Parameters

Parameter Description
index The 0-based index.

Limitations

Read only.