Share via


IPropertyCollection.IsSupported method

Verifies if a given Type is supported to serve as the type of objects stored in the collection.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.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

See also

Reference

IPropertyCollection interface

IPropertyCollection members

Microsoft.SharePoint.Search.Query namespace