KnownTableTypes.IsKnownTableType method

Indicates if the type of table is known.

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

Syntax

'Declaration
Public Shared Function IsKnownTableType ( _
    tableType As String _
) As Boolean
'Usage
Dim tableType As String
Dim returnValue As Boolean

returnValue = KnownTableTypes.IsKnownTableType(tableType)
public static bool IsKnownTableType(
    string tableType
)

Parameters

Return value

Type: System.Boolean
true if the value matches the specified table type; otherwise, false.

See also

Reference

KnownTableTypes class

KnownTableTypes members

Microsoft.Office.Server.Search.Query namespace