WebBaseEvent::EventDetailCode Property

 

Gets the event detail code.

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

public:
property int EventDetailCode {
	int get();
}

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.

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

.NET Framework
Available since 2.0
Return to top
Show: