SPSiteSubscriptionPropertyCollection.SetValue Method
Include Protected Members
Include Inherited Members
Sets the property value that is associated with a specified key.
Overload List
Name | Description | |
---|---|---|
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. |
Top
See Also
Reference
SPSiteSubscriptionPropertyCollection Class