Gets and sets the RoleGroup Id

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

Syntax

C#
public int RoleGroupID { get; set; }
Visual Basic
Public Property RoleGroupID As Integer
	Get
	Set

Field Value

An Integer representing the Id of the RoleGroup

See Also