EventLogRecord.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:
 virtual property Nullable<Guid> ActivityId { Nullable<Guid> get(); };
public override Guid? ActivityId { get; }
member this.ActivityId : Nullable<Guid>
Public Overrides ReadOnly Property ActivityId As Nullable(Of Guid)

Property Value

Returns a GUID value.

Applies to

See also