WebApplicationInformation::ApplicationDomain Property

 

Gets the current application domain name.

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

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

Property Value

Type: System::String^

Gets the application domain name.

The following code example shows how to obtain the application domain name.

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

.NET Framework
Available since 2.0
Return to top
Show: