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