ComponentOne DataObjects for .NET
Item Property (ConstraintCollection)

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

Parameters

index
See Also

Reference

ConstraintCollection Class
ConstraintCollection Members