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!

IHttpModule.ModuleName

Enables a module to expose a "friendly name" to administrators.

[Visual Basic]
ReadOnly Property ModuleName As String
[C#]
string ModuleName {get;}
[C++]
String* get_ModuleName() = 0;
[JScript]
abstract function get ModuleName() : String;

See Also

IHttpModule Interface | IHttpModule Members | System.Web Namespace