Tabid of the User profile page

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

Syntax

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

Field Value

TabdId of the User profile page

Return Value

TabdId of the User profile page

Remarks