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