Gets the Authentication mode of the control (Login or Register)

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual AuthMode Mode { get; set; }
Visual Basic
Public Overridable Property Mode As AuthMode
	Get
	Set

Remarks

This property may be overriden in the inherited class

See Also