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