ComponentOne DataObjects for .NET
Item Property (C1ExpressRelationCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressRelationCollection Class : Item Property
The zero-based index of the element.
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As C1ExpressRelation
public C1ExpressRelation this[ 
   System.int index
]; {get;}

Parameters

index
The zero-based index of the element.
See Also

Reference

C1ExpressRelationCollection Class
C1ExpressRelationCollection Members