Tabid of the Search profile page

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

Syntax

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

Field Value

TabdId of the Search Results page

Return Value

TabdId of the Search Results page

Remarks