ComponentOne DataObjects for .NET
Item(String) Property

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

Parameters

name
The DataSetDef.Name of the object.
See Also

Reference

DataSetDefCollection Class
DataSetDefCollection Members
Overload List