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)

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