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!

HttpModuleCollection.Item

[To be supplied.]

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

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

HttpModuleCollection Class | HttpModuleCollection Members | System.Web Namespace