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) .