Partager via


SystemInformation.Fqdn Property

 

Gets the FQDN for the current computer.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public string Fqdn { get; private set; }
public:
property String^ Fqdn {
    String^ get();
    private: void set(String^ value);
}
Public Property Fqdn As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

SystemInformation Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top