QuerySpellingCorrectionProperties.SpellingDictionary property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SpellingDictionary As SpellingDictionaryType
Get
Set
'Usage
Dim instance As QuerySpellingCorrectionProperties
Dim value As SpellingDictionaryType
value = instance.SpellingDictionary
instance.SpellingDictionary = value
public SpellingDictionaryType SpellingDictionary { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Administration.SpellingDictionaryType
See also
Reference
QuerySpellingCorrectionProperties class