SPSiteSubscriptionPropertyCollection.SetValue Method (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.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub SetValue ( _
key As String, _
value As Long _
)
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim key As String
Dim value As Long
instance.SetValue(key, value)
public void SetValue(
string key,
long value
)
Parameters
key
Type: System.StringA string that contains the property key that corresponds to a value.
value
Type: System.Int64The value to set.
See Also
Reference
SPSiteSubscriptionPropertyCollection Class
SPSiteSubscriptionPropertyCollection Members