SPNavigationNode.Id property

Gets an integer identifier for the naviagation node.

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

Syntax

'Declaration
Public ReadOnly Property Id As Integer
    Get
'Usage
Dim instance As SPNavigationNode
Dim value As Integer

value = instance.Id
public int Id { get; }

Property value

Type: System.Int32
The identifier for the node.

Remarks

The value returned by this property can be used to later retrieve the node by calling the SPNavigation.GetNodeById(Int32) method.

See also

Reference

SPNavigationNode class

SPNavigationNode members

Microsoft.SharePoint.Navigation namespace

ParentId