Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts the string representation of a fully qualified domain name (FQDN) to a Fqdn instance.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
fqdn As String _
) As Fqdn
'Usage
Dim fqdn As String
Dim returnValue As Fqdn
returnValue = Fqdn.Parse(fqdn)
public static Fqdn Parse(
string fqdn
)
Parameters
fqdn
Type: System.StringAn FQDN.
Return value
Type: Microsoft.Exchange.Data.Fqdn
A Fqdn instance for the domain name.