ServerIdParameter constructor (Fqdn)
Initializes a new instance of the ServerIdParameter class from the specified fully qualified domain name (FQDN).
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
fqdn
Type: Microsoft.Exchange.Data.FqdnThe FQDN of the server.