Compartilhar via


PropertyBag.IsSupported method

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

Syntax

'Declaração
Public Function IsSupported ( _
    type As Type _
) As Boolean
'Uso
Dim instance As PropertyBag
Dim type As Type
Dim returnValue As Boolean

returnValue = instance.IsSupported(type)
public bool IsSupported(
    Type type
)

Parâmetros

Valor retornado

Type: System.Boolean

Implements

IPropertyCollection.IsSupported(Type)

Ver também

Referência

PropertyBag class

PropertyBag members

Microsoft.Office.Server.Search.Query namespace