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!

ServiceDescriptions.Item

[To be supplied.]

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

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

ServiceDescriptions Class | ServiceDescriptions Members | System.Web.Services.Description Namespace