SPSiteSubscriptionPropertyCollection.Add-Methode (String, Guid)
Eine Zeichenfolge des Schlüssels und GUID-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 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
)
Parameter
key
Typ: System.StringDer Schlüssel hinzufügen.
value
Typ: System.GuidDer hinzuzufügende Wert.
Siehe auch
Referenz
SPSiteSubscriptionPropertyCollection Klasse