ComponentOne DataObjects for .NET
Item(String) Property

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressFieldCollection Class > Item Property : Item(String) Property
The C1ExpressField.Name of the element. The search is not case-sensitive.
Gets the element of the collection at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As C1ExpressField
public C1ExpressField Item( 
   System.string name
) {get;}

Parameters

name
The C1ExpressField.Name of the element. The search is not case-sensitive.
See Also

Reference

C1ExpressFieldCollection Class
C1ExpressFieldCollection Members
Overload List