Share via


ADExchangeServiceVirtualDirectory.LiveIdNegotiateAuthentication property

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

Syntax

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

value = instance.LiveIdNegotiateAuthentication

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

Property value

Type: System.Nullable<Boolean>

See also

Reference

ADExchangeServiceVirtualDirectory class

ADExchangeServiceVirtualDirectory members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace