ComponentOne DataObjects for .NET
Item(Int32) Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DataSetDefCollection Class > Item Property : Item(Int32) Property
The index of the object.
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As System.Integer _
) As DataSetDef
public DataSetDef Item( 
   System.int index
) {get;}

Parameters

index
The index of the object.
See Also

Reference

DataSetDefCollection Class
DataSetDefCollection Members
Overload List