SPAutoSerializingObject.UpgradedPersistedProperties 属性
获取已删除或更改的字段的字段名称和值的集合。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property UpgradedPersistedProperties As Hashtable
Get
用法
Dim instance As SPAutoSerializingObject
Dim value As Hashtable
value = instance.UpgradedPersistedProperties
public Hashtable UpgradedPersistedProperties { get; }
属性值
类型:System.Collections.Hashtable
一个Hashtable对象,它包含名称 / 值对。