SPPersistedObject.Properties Property
Gets metadata for the persisted object.
Namespace: Microsoft.SharePoint.Administration
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 SPPersistedObject
Dim value As Hashtable
value = instance.Properties
public Hashtable Properties { get; }
Property Value
Type: System.Collections.Hashtable
A System.Collections.HashTable object that consists of key-and-value pairs that contain custom property settings.