ADOwaVirtualDirectory.SpellCheckerEnabled Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property SpellCheckerEnabled As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As ADOwaVirtualDirectory
Dim value As Nullable(Of Boolean)
value = instance.SpellCheckerEnabled
instance.SpellCheckerEnabled = value
[ParameterAttribute]
public Nullable<bool> SpellCheckerEnabled { get; set; }
Property Value
Type: System.Nullable<Boolean>
Returns Nullable<T>.