WorkflowInstance.WorkflowInstanceControl.TrackingEnabled 속성

정의

이 워크플로 인스턴스에서 추적을 사용할 수 있는지 여부를 확인하기 위해 워크플로 런타임에 의해 호출됩니다.

public:
 property bool TrackingEnabled { bool get(); };
public bool TrackingEnabled { get; }
member this.TrackingEnabled : bool
Public ReadOnly Property TrackingEnabled As Boolean

속성 값

Boolean

이 워크플로 인스턴스에서 추적을 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상