QueryProperties.ContainsKey method

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function ContainsKey ( _
    key As String _
) As Boolean
'Usage
Dim instance As QueryProperties
Dim key As String
Dim returnValue As Boolean

returnValue = instance.ContainsKey(key)
public bool ContainsKey(
    string key
)

Parameters

Return value

Type: System.Boolean

Implements

IPropertyCollection.ContainsKey(String)
IReadOnlyPropertyCollection.ContainsKey(String)

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace