Share via


LinguisticManagerContext.GetType Method (String)

Gets the LinguisticType of the dictionary with the provided name.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Public Function GetType ( _
    fullName As String _
) As LinguisticType
'Usage
Dim instance As LinguisticManagerContext
Dim fullName As String
Dim returnValue As LinguisticType

returnValue = instance.GetType(fullName)
public LinguisticType GetType(
    string fullName
)

Parameters

Return Value

Type: Microsoft.SharePoint.Search.Extended.Administration.Linguistics.LinguisticType
The LinguisticType of the dictionary with the provided name.

See Also

Reference

LinguisticManagerContext Class

LinguisticManagerContext Members

GetType Overload

Microsoft.SharePoint.Search.Extended.Administration Namespace