共用方式為


SPSiteSubscriptionPropertyCollection class

表示與SPSiteSubscription物件相關聯的索引鍵/值組屬性的集合。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPSiteSubscriptionSettingsObject
    Microsoft.SharePoint.SPSiteSubscriptionPropertyCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public NotInheritable Class SPSiteSubscriptionPropertyCollection _
    Inherits SPSiteSubscriptionSettingsObject _
    Implements IEnumerable(Of KeyValuePair(Of String, Object)),  _
    IEnumerable
'用途
Dim instance As SPSiteSubscriptionPropertyCollection
public sealed class SPSiteSubscriptionPropertyCollection : SPSiteSubscriptionSettingsObject, 
    IEnumerable<KeyValuePair<string, Object>>, IEnumerable

備註

這個集合中的索引鍵是強型別為String。值可以是下列的資料類型之一: StringInt32Int64BooleanGuid

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPSiteSubscriptionPropertyCollection members

Microsoft.SharePoint namespace