ActivityTrackingRecord.ContextGuid 属性
定义
活动的上下文。Context of the activity.
public:
property Guid ContextGuid { Guid get(); void set(Guid value); };
public Guid ContextGuid { get; set; }
member this.ContextGuid : Guid with get, set
Public Property ContextGuid As Guid
属性值
Guid,它标识与活动状态事件关联的活动的 ActivityExecutionContext。Guid that identifies the ActivityExecutionContext of the activity associated with the activity status event.