Compartir a través de


TransportAgentObjectId Constructor

Intializes a new instance of the TransportAgentObjectId class for the specified transport agent.

Namespace:  Microsoft.Exchange.Management.AgentTasks
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 TransportAgentObjectId(identity)
public TransportAgentObjectId(
    string identity
)

Parameters