ResultTableCollection.Exists Method

Returns a Boolean value that indicates whether the specified ResultTable object exists in the collection.

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

Syntax

'Declaration
Public Function Exists ( _
    requestedType As ResultType _
) As Boolean
'Usage
Dim instance As ResultTableCollection
Dim requestedType As ResultType
Dim returnValue As Boolean

returnValue = instance.Exists(requestedType)
public bool Exists(
    ResultType requestedType
)

Parameters

Return Value

Type: System.Boolean
true if the specified ResultTable object exists; otherwise, false.

See Also

Reference

ResultTableCollection Class

ResultTableCollection Members

Microsoft.SharePoint.Search.Query Namespace