TransportAgentObjectId Class
Provides identification data for a transport agent.
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.ObjectId
Microsoft.Exchange.Management.AgentTasks.TransportAgentObjectId
Namespace: Microsoft.Exchange.Management.AgentTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TransportAgentObjectId _
Inherits ObjectId
'Usage
Dim instance As TransportAgentObjectId
[SerializableAttribute]
public class TransportAgentObjectId : ObjectId
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also