WebApplicationInformation::MachineName Property

 

Gets the application machine name.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property String^ MachineName {
	String^ get();
}

Property Value

Type: System::String^

The name of the machine where the application is running.

The following code example shows how to obtain the machine name.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: