Compartilhar via


ServerIdParameter Constructor (ClientAccessServer)

Initializes a new instance of the ServerIdParameter class from the specified Exchange Client Access Server (CAS) identifier instance.

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Public Sub New ( _
    caServer As ClientAccessServer _
)
'Usage
Dim caServer As ClientAccessServer

Dim instance As New ServerIdParameter(caServer)
public ServerIdParameter(
    ClientAccessServer caServer
)

Parameters