ResultTableCollection.Exists Method
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
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
- requestedType
Type: Microsoft.Office.Server.Search.Query.ResultType
A value from the ResultType enumeration.
Return Value
Type: System.Boolean
true if the specified ResultTable object exists; otherwise, false.