QueryProperties.ContainsKey method
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function ContainsKey ( _
key As String _
) As Boolean
'Uso
Dim instance As QueryProperties
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
public bool ContainsKey(
string key
)
Parâmetros
- key
Type: System.String
Valor retornado
Type: System.Boolean
Implements
IPropertyCollection.ContainsKey(String)
IReadOnlyPropertyCollection.ContainsKey(String)