SPSiteSubscriptionPropertyCollection.Add method (String, Boolean)
Adds a key string and Boolean value to the property collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
key As String, _
value As Boolean _
)
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim key As String
Dim value As Boolean
instance.Add(key, value)
public void Add(
string key,
bool value
)
Parameters
key
Type: System.StringThe key to add.
value
Type: System.BooleanThe value to add.
See also
Reference
SPSiteSubscriptionPropertyCollection class