MigrationEndpointId constructor
Namespace: Microsoft.Exchange.Data.Storage.Management.Migration
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Sub New ( _
id As String, _
guid As Guid _
)
'Usage
Dim id As String
Dim guid As Guid
Dim instance As New MigrationEndpointId(id, guid)
public MigrationEndpointId(
string id,
Guid guid
)
Parameters
- id
Type: System.String
- guid
Type: System.Guid
See also
Reference
Microsoft.Exchange.Data.Storage.Management.Migration namespace