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
Public ReadOnly Property Properties As Hashtable
Get
Dim instance As SPNavigationNode
Dim value As Hashtable
value = instance.Properties
public Hashtable Properties { get; }
Property Value
Type: System.Collections.Hashtable
Returns 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.