Navigation.LinkBarId Property
Gets or sets the ID for the server control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property LinkBarId As Integer
Get
Set
'Usage
Dim instance As Navigation
Dim value As Integer
value = instance.LinkBarId
instance.LinkBarId = value
public int LinkBarId { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the ID.