Share via


KnownTableTypes.IsKnownTableType method

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

See also

Reference

KnownTableTypes class

KnownTableTypes members

Microsoft.SharePoint.Client.Search.Query namespace