Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
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