TabId with the login control, page to login

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

Syntax

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

Field Value

TabId of the Login page

Return Value

TabId of the Login page

Remarks