WebBaseEvent.EventDetailCode Property

 

Gets the event detail code.

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

Public ReadOnly Property EventDetailCode As Integer

Property Value

Type: System.Int32

The WebEventCodes value that specifies the detailed identifier for the event.

The following code example shows how to obtain the event detail code.

    ' Get the detail event code.
Else
    eCode = EventDetailCode
End If

.NET Framework
Available since 2.0
Return to top
Show: