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; }

Parameters

Parameter Description
index The 0-based index.

Limitations

Read only.