SPSiteSubscriptionPropertyCollection.Add Method (String, Guid)
Adds a key string and GUID 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 Guid _
)
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim key As String
Dim value As Guid
instance.Add(key, value)
public void Add(
string key,
Guid value
)
Parameters
key
Type: System.StringThe key to add.
value
Type: System.GuidThe value to add.
See Also
Reference
SPSiteSubscriptionPropertyCollection Class