Share via


Menu.SystemTokenNamesAndValues Property

Gets the token names and values.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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>

See Also

Reference

Menu Class

Menu Members

Microsoft.SharePoint.WebControls Namespace