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