EditableAspMenuNode.CustomProperties property
If the SiteMapProvider supports custom properties and properties are provided in IEditableSiteMapProvider.GetMenuState, then this property bag will contain the key/value pairs for those properties. If the implementation of the IEditableSiteMapProvider is not supporting custom properties this will always be null.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CustomProperties As Dictionary(Of String, String)
Get
Set
'Usage
Dim instance As EditableAspMenuNode
Dim value As Dictionary(Of String, String)
value = instance.CustomProperties
instance.CustomProperties = value
public Dictionary<string, string> CustomProperties { get; set; }
Property value
Type: System.Collections.Generic.Dictionary<String, String>
Remarks
(to client)