This topic has not yet been rated - Rate this topic

SPSiteSubscriptionPropertyCollection class

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

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public sealed class SPSiteSubscriptionPropertyCollection : SPSiteSubscriptionSettingsObject, 
	IEnumerable<KeyValuePair<string, Object>>, IEnumerable

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.