SPSiteSubscriptionPropertyCollection.Add Method (String, String)

Adds a key string and string value to the property collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub Add ( _
    key As String, _
    value As String _
)
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim key As String
Dim value As String

instance.Add(key, value)
public void Add(
    string key,
    string value
)

Parameters

See Also

Reference

SPSiteSubscriptionPropertyCollection Class

SPSiteSubscriptionPropertyCollection Members

Add Overload

Microsoft.SharePoint Namespace