SPPersistedObject.Properties property
取得保存物件的中繼資料。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Properties As Hashtable
Get
'用途
Dim instance As SPPersistedObject
Dim value As Hashtable
value = instance.Properties
public Hashtable Properties { get; }
Property value
Type: System.Collections.Hashtable
組成,包含自訂屬性設定的金鑰與值配對System.Collections.HashTable物件。