Share via


MigrationBatchIdParameter Constructor (String)

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

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

Syntax

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

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

Parameters

  • identity
    Type: System.String
    A string representation of a migration batch identifier.