SPNavigationSiteMapNode.NodeId Property

Gets the ID of the SPNavigationNode that this node represents.

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

Syntax

'Declaration
Public ReadOnly Property NodeId As Integer
    Get
'Usage
Dim instance As SPNavigationSiteMapNode
Dim value As Integer

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

Property Value

Type: System.Int32
Integer ID of the SPNavigationNode that this node represents.

See Also

Reference

SPNavigationSiteMapNode Class

SPNavigationSiteMapNode Members

Microsoft.SharePoint.Publishing.Navigation Namespace