WebApplicationInformation::ApplicationVirtualPath Property

 

Gets the application logical path.

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

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

Property Value

Type: System::String^

The application logical path.

The following code example shows how to obtain the application logical path.

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

.NET Framework
Available since 2.0
Return to top
Show: