ServerIdParameter Constructor (ExchangeRpcClientAccess)

Initializes a new instance of the ServerIdParameter class from the specified remote client access configuration.

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

Syntax

'Declaration
Public Sub New ( _
    rpcClientAccess As ExchangeRpcClientAccess _
)
'Usage
Dim rpcClientAccess As ExchangeRpcClientAccess

Dim instance As New ServerIdParameter(rpcClientAccess)
public ServerIdParameter(
    ExchangeRpcClientAccess rpcClientAccess
)

Parameters