SPNavigationNode.Properties Property

Gets a hash table that provides name/value pairs representing the node properties.

Namespace:  Microsoft.SharePoint.Navigation
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property Properties As Hashtable
    Get
'Usage
Dim instance As SPNavigationNode
Dim value As Hashtable

value = instance.Properties
public Hashtable Properties { get; }

Property Value

Type: System.Collections.Hashtable
A hash table containing property name/value pairs.

Remarks

This property cannot be directly set, but is provided internally. However, you can add or edit name/value entries in this hash table. You must call the Update method to save new or edited values.

See Also

Reference

SPNavigationNode Class

SPNavigationNode Members

Microsoft.SharePoint.Navigation Namespace