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
fullName
Type: System.StringThe full name of the dictionary.
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
Microsoft.SharePoint.Search.Extended.Administration Namespace