Menu.SystemTokenNamesAndValues property
Gets the token names and values.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SystemTokenNamesAndValues As Dictionary(Of String, String)
Get
'Usage
Dim instance As Menu
Dim value As Dictionary(Of String, String)
value = instance.SystemTokenNamesAndValues
public Dictionary<string, string> SystemTokenNamesAndValues { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, String>