Share via


IPropertyCollection.IsSupported method

Verifies if a given type is supported to serve as the type of object stored in the IPropertyCollection.

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

Syntax

'Declaration
Function IsSupported ( _
    type As Type _
) As Boolean
'Usage
Dim instance As IPropertyCollection
Dim type As Type
Dim returnValue As Boolean

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

Parameters

Return value

Type: System.Boolean
true if the specified type is supported; otherwise, false.

See also

Reference

IPropertyCollection interface

IPropertyCollection members

Microsoft.Office.Server.Search.Query namespace