del método QueryProperties.IsSupported
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Function IsSupported ( _
type As Type _
) As Boolean
'Uso
Dim instance As QueryProperties
Dim type As Type
Dim returnValue As Boolean
returnValue = instance.IsSupported(type)
public bool IsSupported(
Type type
)
Parámetros
- type
Tipo: System.Type
Valor devuelto
Tipo: System.Boolean
Implementaciones
IPropertyCollection.IsSupported(Type)