Fqdn constructor

Initializes a new instance of the Fqdn class from the specified string.

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

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

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

Parameters

  • fqdn
    Type: System.String

    The fully-qualified domain name of the server.

See also

Reference

Fqdn class

Fqdn members

Microsoft.Exchange.Data namespace