Partager via


SPNavigationNode.Id - Propriété

Obtient un identificateur entier pour le nœud naviagation.

Espace de noms :  Microsoft.SharePoint.Navigation
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Id As Integer
    Get
'Utilisation
Dim instance As SPNavigationNode
Dim value As Integer

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

Valeur de propriété

Type : System.Int32
L'identificateur du nœud.

Remarques

La valeur retournée par cette propriété peut être utilisée pour récupérer le nœud en appelant la méthode SPNavigation.GetNodeById(Int32) .

Voir aussi

Référence

SPNavigationNode classe

SPNavigationNode - Membres

Microsoft.SharePoint.Navigation - Espace de noms

ParentId