WebBaseEvent::ApplicationInformation Property

 

Gets a WebApplicationInformation object that contains information about the current application being monitored.

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

public:
property WebApplicationInformation^ ApplicationInformation {
	static WebApplicationInformation^ get();
}

Property Value

Type: System.Web.Management::WebApplicationInformation^

A WebApplicationInformation object that contains information about the application being monitored.

The following code example shows how to get the application information.

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

.NET Framework
Available since 2.0
Return to top
Show: