ServerPlatformSettings.Localhost Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the FQDN of the machine where the application is deployed.
public:
property System::String ^ Localhost { System::String ^ get(); };
public string Localhost { get; }
member this.Localhost : string
Public ReadOnly Property Localhost As String