SPPersistedObject.Properties 属性

持久化对象获取元数据。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property Properties As Hashtable
    Get
用法
Dim instance As SPPersistedObject
Dim value As Hashtable

value = instance.Properties
public Hashtable Properties { get; }

属性值

类型:System.Collections.Hashtable
System.Collections.HashTable对象,该对象包含的键 / 值对,其中包含自定义属性设置。

另请参阅

引用

SPPersistedObject 类

SPPersistedObject 成员

Microsoft.SharePoint.Administration 命名空间