EventLogRecord.Task Property

Definition

Gets a task identifier for a portion of an application or a component that publishes an event. A task is a 16-bit value with 16 top values reserved. This type allows any value between 0x0000 and 0xffef to be used. For the name of the task, get the value of the TaskDisplayName property.

public:
 virtual property Nullable<int> Task { Nullable<int> get(); };
public override int? Task { get; }
member this.Task : Nullable<int>
Public Overrides ReadOnly Property Task As Nullable(Of Integer)

Property Value

Returns an integer value. This value can be null.

Remarks

The standard event tasks are defined in the StandardEventTask enumeration.

Applies to

See also