Share via


SPSiteSubscriptionPropertyCollection.SetValue method

Sets the property value that is associated with a specified key.

Overload list

  Name Description
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method 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.

Top

See also

Reference

SPSiteSubscriptionPropertyCollection class

SPSiteSubscriptionPropertyCollection members

Microsoft.SharePoint namespace