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
rpcClientAccess
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.ExchangeRpcClientAccessThe remote client access configuration information to create the server instance.