NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConstraintsCollection.IndexOf (Constraint)

Returns the index of the constraint or-1 if it isn't contained.

[Visual Basic]
Overloads Protected Function IndexOf( _
   ByVal constraint As Constraint _
) As Integer
[C#]
protected int IndexOf(
   Constraint constraint
);
[C++]
protected: int IndexOf(
   Constraint* constraint
);
[JScript]
protected function IndexOf(
   constraint : Constraint
) : int;

Parameters

constraint
the Constraintto look for.

Return Value

index of the Constriant or-1.

See Also

ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace | ConstraintsCollection.IndexOf Overload List