WorkflowTrackingRecord.TrackingWorkflowEvent 属性

定义

获取或设置与跟踪记录关联的工作流状态事件的类型。

public:
 property System::Workflow::Runtime::Tracking::TrackingWorkflowEvent TrackingWorkflowEvent { System::Workflow::Runtime::Tracking::TrackingWorkflowEvent get(); void set(System::Workflow::Runtime::Tracking::TrackingWorkflowEvent value); };
public System.Workflow.Runtime.Tracking.TrackingWorkflowEvent TrackingWorkflowEvent { get; set; }
member this.TrackingWorkflowEvent : System.Workflow.Runtime.Tracking.TrackingWorkflowEvent with get, set
Public Property TrackingWorkflowEvent As TrackingWorkflowEvent

属性值

TrackingWorkflowEvent

TrackingWorkflowEvent 值之一。

注解

TrackingWorkflowEvent 包含 TrackingWorkflowEvent 值之一,指示由运行时跟踪基础结构匹配并导致发送 WorkflowTrackingRecord 的工作流状态事件的种类。 它反映工作流实例的当前状态。 仅当工作流实例的状态发生更改时,工作流实例才会发出工作流状态事件,因此,仅当工作流状态发生更改时,才能匹配 WorkflowTrackPoint

该属性由运行时跟踪基础结构设置。

适用于