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