SpellCheckerCustomDictionarySourceType Property |
The fully qualified name of the type that will be used for the custom dictionary storage. The type name must include the assembly, culture and public key token.
A new instance will be created internally unless you set
CustomDictionarySource CustomDictionarySource directly.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string CustomDictionarySourceType { get; set; }
Public Property CustomDictionarySourceType As String
Get
Set
public:
property String^ CustomDictionarySourceType {
String^ get ();
void set (String^ value);
}
member CustomDictionarySourceType : string with get, set
Property Value
Type:
String
See Also