Compartir a través de


ServerIdParameter Constructor (Fqdn)

Initializes a new instance of the ServerIdParameter class from the specified fully-qualified domain name.

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

Syntax

'Declaration
Public Sub New ( _
    fqdn As Fqdn _
)
'Usage
Dim fqdn As Fqdn

Dim instance As New ServerIdParameter(fqdn)
public ServerIdParameter(
    Fqdn fqdn
)

Parameters