Navigation.LinkBarId property

Gets or sets the ID for the server control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

Navigation class

Navigation members

Microsoft.SharePoint.WebControls namespace