MigrationEndpoint.Authentication property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property Authentication As Nullable(Of AuthenticationMethod)
Get
Set
'Usage
Dim instance As MigrationEndpoint
Dim value As Nullable(Of AuthenticationMethod)
value = instance.Authentication
instance.Authentication = value
public Nullable<AuthenticationMethod> Authentication { get; set; }
Property value
Type: System.Nullable<AuthenticationMethod>