TabId at which Host tasks start

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

Syntax

C#
[XmlElementAttribute("supertabid")]
public int SuperTabId { get; set; }
Visual Basic
<XmlElementAttribute("supertabid")> 
Public Property SuperTabId As Integer
	Get
	Set

Field Value

TabId of Host tasks

Return Value

TabId of Host tasks

Remarks