SPAutoSerializingObject.UpgradedPersistedProperties Property
Gets the collection of field names and values for fields that were deleted or changed.
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 UpgradedPersistedProperties As Hashtable
Get
'Usage
Dim instance As SPAutoSerializingObject
Dim value As Hashtable
value = instance.UpgradedPersistedProperties
public Hashtable UpgradedPersistedProperties { get; }
Property Value
Type: System.Collections.Hashtable
A Hashtable object containing name-value pairs.