MigrationBatch.AutoRetryCount property
Namespace: Microsoft.Exchange.Migration
Assembly: Microsoft.Exchange.Migration (in Microsoft.Exchange.Migration.dll)
Syntax
'Declaration
Public Property AutoRetryCount As Nullable(Of Integer)
Get
Friend Set
'Usage
Dim instance As MigrationBatch
Dim value As Nullable(Of Integer)
value = instance.AutoRetryCount
public Nullable<int> AutoRetryCount { get; internal set; }
Property value
Type: System.Nullable<Int32>