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)
Available in Sandboxed Solutions: No
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