ResultTableCollection.Exists method (ResultType)

NOTE: This API is now obsolete.

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

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

Syntax

'Declaration
<ObsoleteAttribute("Use Exists(string tableType) instead.")> _
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)
[ObsoleteAttribute("Use Exists(string tableType) instead.")]
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

Exists overload

Microsoft.Office.Server.Search.Query namespace