MigrationBatchIdParameter Constructor (INamedIdentity)

Intializes a new instance of the MigrationBatchIdParameter class for the specified entity.

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

Syntax

'Declaration
Public Sub New ( _
    namedIdentity As INamedIdentity _
)
'Usage
Dim namedIdentity As INamedIdentity

Dim instance As New MigrationBatchIdParameter(namedIdentity)
public MigrationBatchIdParameter(
    INamedIdentity namedIdentity
)

Parameters