Gets and sets the Portal Id for the RoleGroup

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

Syntax

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

Field Value

An Integer representing the Id of the Portal

See Also