Gets and sets whether the role is public

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

Syntax

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

Field Value

A boolean (True/False)

See Also