Share via


QueryProperties.IsSupported method

NOTE: This API is now obsolete.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Function IsSupported ( _
    type As Type _
) As Boolean
'Usage
Dim instance As QueryProperties
Dim type As Type
Dim returnValue As Boolean

returnValue = instance.IsSupported(type)
[ObsoleteAttribute("This class is obsolete.")]
public bool IsSupported(
    Type type
)

Parameters

Return value

Type: System.Boolean

Implements

IPropertyCollection.IsSupported(Type)

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.SharePoint.Search.Query namespace