EventWrittenEventArgs::EventId Property

.NET Framework (current version)
 

Gets the event identifier.

Namespace:   System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)

public:
property int EventId {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

The event identifier.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: