AcceptedDomain.AuthenticationType Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticationType As Nullable(Of AuthenticationType)
Get
'Usage
Dim instance As AcceptedDomain
Dim value As Nullable(Of AuthenticationType)
value = instance.AuthenticationType
public Nullable<AuthenticationType> AuthenticationType { get; }
Property Value
Type: System.Nullable<AuthenticationType>