LanguageResource.CharacterMapList property
Gets a list of the character-mapping phrases using a specific CultureInfo object.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property CharacterMapList As LanguageResourcePhraseList
Get
'Usage
Dim instance As LanguageResource
Dim value As LanguageResourcePhraseList
value = instance.CharacterMapList
public LanguageResourcePhraseList CharacterMapList { get; }
Property value
Type: Microsoft.Office.Server.Search.Administration.LanguageResourcePhraseList
The list of the character-mapping phrases.