Share via


ADExchangeServiceVirtualDirectory.LiveIdBasicAuthentication Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property LiveIdBasicAuthentication As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ADExchangeServiceVirtualDirectory
Dim value As Nullable(Of Boolean)

value = instance.LiveIdBasicAuthentication

instance.LiveIdBasicAuthentication = value
public Nullable<bool> LiveIdBasicAuthentication { get; set; }

Property Value

Type: System.Nullable<Boolean>
Returns Nullable<T>.