Edit

Share via


EventRecord.ActivityId Property

Definition

Gets the globally unique identifier (GUID) for the activity in process for which the event is involved. This allows consumers to group related activities.

public:
 abstract property Nullable<Guid> ActivityId { Nullable<Guid> get(); };
public abstract Guid? ActivityId { get; }
member this.ActivityId : Nullable<Guid>
Public MustOverride ReadOnly Property ActivityId As Nullable(Of Guid)

Property Value

Returns a GUID value.

Applies to

See also