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!

NameValueCollection.Item

[To be supplied.]

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

Overload List

[To be supplied.]

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

[To be supplied.]

[Visual Basic] Overloads Public Default Property Item(String) As String
[C#] public string this[String] {get; set;}
[C++] public: __property String* get_Item(String*);
public: __property void set_Item(String*, String*);
[JScript] NameValueCollection.Item (String)

See Also

NameValueCollection Class | NameValueCollection Members | System.Collections Namespace