SPSiteSubscriptionPropertyCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of key/value pair properties that are associated with a SPSiteSubscription object.
The SPSiteSubscriptionPropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Id | Gets or sets the unique identifier of the current object. (Inherited from SPSiteSubscriptionSettingsObject.) |
![]() |
Version | Gets or sets the version number of the current object. (Inherited from SPSiteSubscriptionSettingsObject.) |
![]() |
WasDeleted | Gets or sets a Boolean value that specifies whether the current object has already been deleted in the persisted store. (Inherited from SPSiteSubscriptionSettingsObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(String, Boolean) | Adds a key string and Boolean value to the property collection. |
![]() |
Add(String, DateTime) | Adds a key string and DateTime value to the property collection. |
![]() |
Add(String, Guid) | Adds a key string and GUID value to the property collection. |
![]() |
Add(String, Int32) | Adds a key string and Int32 value to the property collection. |
![]() |
Add(String, Int64) | Adds a key string and Int64 value to the property collection. |
![]() |
Add(String, String) | Adds a key string and string value to the property collection. |
![]() |
ContainsKey | Returns a Boolean value that indicates whether the collection contains a specified key. |
![]() |
Delete | Deletes the current object. (Inherited from SPSiteSubscriptionSettingsObject.) |
![]() |
Deserialize | (Overrides SPSiteSubscriptionSettingsObject.Deserialize(String).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the element with the specified key from the collection. |
![]() |
RemoveObject | (Overrides SPSiteSubscriptionSettingsObject.RemoveObject().) |
![]() |
Serialize | (Overrides SPSiteSubscriptionSettingsObject.Serialize().) |
![]() |
SetValue(String, Boolean) | Sets a Boolean property value that is associated with a specified key, and if the specified key does not exist, adds a new element with the key. |
![]() |
SetValue(String, DateTime) | Sets a DateTime property value that is associated with a specified key, and if the specified key does not exist, adds a new element with the key. |
![]() |
SetValue(String, Guid) | Sets a GUID property value that is associated with a specified key, and if the specified key does not exist, adds a new element with the key. |
![]() |
SetValue(String, Int32) | Sets an Int32 property value that is associated with a specified key, and if the specified key does not exist, adds a new element with the key. |
![]() |
SetValue(String, Int64) | Sets an Int64 property value that is associated with a specified key, and if the specified key does not exist, adds a new element with the key. |
![]() |
SetValue(String, String) | Sets a string property value that is associated with a specified key, and if the specified key does not exist, adds a new element with the key. |
![]() |
StoreObject | (Overrides SPSiteSubscriptionSettingsObject.StoreObject(String).) |
![]() |
ToString | Returns a human-readable string representation of the current object. (Inherited from SPSiteSubscriptionSettingsObject.) |
![]() |
Update | Updates the current object in the persisted store. (Inherited from SPSiteSubscriptionSettingsObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable<KeyValuePair<String, Object>>.GetEnumerator | Returns a strongly typed enumerator for the property collection. |
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator for the property collection. |
Top