Gets and sets a flag that determines whether the user should be automatically registered

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

Syntax

C#
public bool AutoRegister { get; set; }
Visual Basic
Public Property AutoRegister As Boolean
	Get
	Set

See Also