Contains the id of the portal group that the portal belongs to Will be null or -1 (null.nullinteger) if the portal does not belong to a portal group

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

Portal Group identifier

Return Value

Portal Group Identifier

Remarks