SPSiteSubscriptionPropertyCollection.Remove Method
Removes the element with the specified key from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function Remove ( _
key As String _
) As Boolean
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim key As String
Dim returnValue As Boolean
returnValue = instance.Remove(key)
public bool Remove(
string key
)
Parameters
key
Type: System.StringThe key of the element to remove.
Return Value
Type: System.Boolean
true if the element is removed; otherwise, false.
See Also
Reference
SPSiteSubscriptionPropertyCollection Class