Gets and sets whether users are automatically assigned to the role

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

A boolean (True/False)

See Also