TransportServer constructor (Server)
Initializes a new instance of the TransportServer class for the specified server identifier.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Sub New ( _
dataObject As Server _
)
'Usage
Dim dataObject As Server
Dim instance As New TransportServer(dataObject)
public TransportServer(
Server dataObject
)
Parameters
dataObject
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.ServerThe Active Directory server identifier for the computer that is running the Transport server role.