Share via


MigrationBatchIdParameter Constructor (MigrationBatchId)

Intializes a new instance of the MigrationBatchIdParameter class from the specified batch identifier.

Namespace:  Microsoft.Exchange.Management.Migration
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Sub New ( _
    identity As MigrationBatchId _
)
'Usage
Dim identity As MigrationBatchId

Dim instance As New MigrationBatchIdParameter(identity)
public MigrationBatchIdParameter(
    MigrationBatchId identity
)

Parameters