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

[To be supplied.]

Overload List

Returns the index of the constraint with the given name (case insensitive),-1 if it isn't contained.

[Visual Basic] Overloads Public Function IndexOf(String) As Integer
[C#] public int IndexOf(String);
[C++] public: int IndexOf(String*);
[JScript] public function IndexOf(String) : int;

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

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

See Also

ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace