SPSiteSubscriptionPropertyCollection class

Represents a collection of key/value pair properties that are associated with a SPSiteSubscription object.

Inheritance hierarchy

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

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

Syntax

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

Remarks

The keys in this collection are strongly typed as String. The values can be one of the following data types: String, Int32, Int64, Boolean, or Guid.

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.

See also

Reference

SPSiteSubscriptionPropertyCollection members

Microsoft.SharePoint namespace