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)
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.