EventDescriptor.Task Property

Definition

Retrieves the task value from the event descriptor.

public:
 property int Task { int get(); };
public int Task { get; }
member this.Task : int
Public ReadOnly Property Task As Integer

Property Value

The task that identifies the logical component of the application that is writing the event.

Applies to