Gets whether the control supports Registration

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

Syntax

C#
public virtual bool SupportsRegistration { get; }
Visual Basic
Public Overridable ReadOnly Property SupportsRegistration As Boolean
	Get

Remarks

This property may be overriden in the inherited class

See Also