ActivityTrackingRecord.ParentContextGuid Property

Definition

Context of the parent activity.

public:
 property Guid ParentContextGuid { Guid get(); void set(Guid value); };
public Guid ParentContextGuid { get; set; }
member this.ParentContextGuid : Guid with get, set
Public Property ParentContextGuid As Guid

Property Value

Guid that identifies the ActivityExecutionContext of the activity associated with the activity status event.

Applies to