MigrationBatchIdParameter.Parse method
Namespace: Microsoft.Exchange.Management.Migration
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
identity As String _
) As MigrationBatchIdParameter
'Usage
Dim identity As String
Dim returnValue As MigrationBatchIdParameter
returnValue = MigrationBatchIdParameter.Parse(identity)
public static MigrationBatchIdParameter Parse(
string identity
)
Parameters
- identity
Type: System.String
Return value
Type: Microsoft.Exchange.Management.Migration.MigrationBatchIdParameter
See also
Reference
MigrationBatchIdParameter class