WebBaseEvent::EventCode Property

 

Gets the code value associated with the event.

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

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

Property Value

Type: System::Int32

One of the WebEventCodes values.

More information about the event is contained in the related Message value.

System_CAPS_noteNote

If you inherit from the WebBaseEvent class, the event code you specify for your custom event must be greater than WebExtendedBase.

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

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

.NET Framework
Available since 2.0
Return to top
Show: