SPSiteSubscriptionPropertyCollection.ContainsKey method
Returns a Boolean value that indicates whether the collection contains a specified key.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function ContainsKey ( _
key As String _
) As Boolean
'Usage
Dim instance As SPSiteSubscriptionPropertyCollection
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
public bool ContainsKey(
string key
)
Parameters
key
Type: System.StringThe key to look for.
Return value
Type: System.Boolean
true if the key is found; otherwise, false.
See also
Reference
SPSiteSubscriptionPropertyCollection class