Compartilhar via


PropertyBag.ContainsKey method

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

Syntax

'Declaração
Public MustOverride Function ContainsKey ( _
    key As String _
) As Boolean
'Uso
Dim instance As PropertyBag
Dim key As String
Dim returnValue As Boolean

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

Parâmetros

Valor retornado

Type: System.Boolean

Implements

IPropertyCollection.ContainsKey(String)

Ver também

Referência

PropertyBag class

PropertyBag members

Microsoft.Office.Server.Search.Query namespace