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