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