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;
IHttpModule Interface | IHttpModule Members | System.Web Namespace