Item Property (MasterDetailRelationCollection)
Gets a
MasterDetailRelation derived column object from the collection at the specified index. In C#, this property is the indexer for the
MasterDetailRelationCollection class.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As MasterDetailRelation
Parameters
- index
- The index of the MasterDetailRelation derived object in the collection to retrieve.