EventTask.EventGuid Property

Definition

Gets the event globally unique identifier (GUID) associated with the task.

public:
 property Guid EventGuid { Guid get(); };
public Guid EventGuid { get; }
member this.EventGuid : Guid
Public ReadOnly Property EventGuid As Guid

Property Value

The event GUID associated with the task.

Applies to

See also