Freigeben über


SPSiteSubscriptionPropertyCollection.Add-Methode (String, Boolean)

Eine Zeichenfolge des Schlüssels und Boolean-Wert der Eigenschaftenauflistung hinzugefügt.

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
)

Parameter

Siehe auch

Referenz

SPSiteSubscriptionPropertyCollection Klasse

SPSiteSubscriptionPropertyCollection-Member

Add-Überladung

Microsoft.SharePoint-Namespace