Метод QueryProperties.IsSupported
Пространство имен: Microsoft.Office.Server.Search.Query
Сборка: Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)
Синтаксис
'Декларация
Public Function IsSupported ( _
type As Type _
) As Boolean
'Применение
Dim instance As QueryProperties
Dim type As Type
Dim returnValue As Boolean
returnValue = instance.IsSupported(type)
public bool IsSupported(
Type type
)
Параметры
- type
Тип: System.Type
Возвращаемое значение
Тип: System.Boolean
Реализации
IPropertyCollection.IsSupported(Type)