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