Gets the name of the module.

Namespace: DotNetNuke.HttpModules.Membership
Assembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)

Syntax

C#
public string ModuleName { get; }
Visual Basic
Public ReadOnly Property ModuleName As String
	Get

Field Value

The name of the module: "DNNMembershipModule"

See Also