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 Shared ReadOnly Property ApplicationInformation As WebApplicationInformation

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.

' Gets the current application information.
Public Function GetEventAppInfo() As WebApplicationInformation
    ' Get the event message.
    Dim appImfo As WebApplicationInformation = _
    ApplicationInformation
    Return appImfo

End Function 'GetEventAppInfo

.NET Framework
Available since 2.0
Return to top
Show: