EditableAspMenuState.StartingNodeKey property
This key identifies the starting node within the navigation tree. This is the same kind of key as EditableAspMenuNode.Key.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property StartingNodeKey As String
Get
Set
'Usage
Dim instance As EditableAspMenuState
Dim value As String
value = instance.StartingNodeKey
instance.StartingNodeKey = value
public string StartingNodeKey { get; set; }
Property value
Type: System.String
Remarks
(to client, from client)