PublicFolderMigrationRequestStatistics.AuthenticationMethod property
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Property AuthenticationMethod As Nullable(Of AuthenticationMethod)
Get
Friend Set
'Usage
Dim instance As PublicFolderMigrationRequestStatistics
Dim value As Nullable(Of AuthenticationMethod)
value = instance.AuthenticationMethod
public Nullable<AuthenticationMethod> AuthenticationMethod { get; internal set; }
Property value
Type: System.Nullable<AuthenticationMethod>
See also
Reference
PublicFolderMigrationRequestStatistics class