EventRecord.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. To obtain the task name, get the value of the TaskDisplayName property.

public:
 abstract property Nullable<int> Task { Nullable<int> get(); };
public abstract int? Task { get; }
member this.Task : Nullable<int>
Public MustOverride 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