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.Item

[To be supplied.]

[C#] In C#, this member is the indexer for the ConstraintsCollection class.

Overload List

Gets the constraint in the collection with the given name (case insensitive). Throws an IndexOutOfRange exception if the collection doesn't have a constraint with this name.

[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String) As Constraint
[C#] public Constraint this[String] {virtual get;}
[C++] public: __property virtual Constraint* get_Item(String*);
[JScript] ConstraintsCollection.Item (String)

Gets the index'th constraint in the collection, in order. Throws an IndexOutOfRange exception if the collection doesn't have a constraint at this index.

[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(Integer) As Constraint
[C#] public Constraint this[int] {virtual get;}
[C++] public: __property virtual Constraint* get_Item(int);
[JScript] ConstraintsCollection.Item (int)

See Also

ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace