TransferLoginsTask.DebugMode 속성

정의

중단점 활성화 여부를 태스크에서 확인할지를 나타냅니다. 이 속성은 런타임 엔진을 통해 설정됩니다.

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

속성 값

태스크에서 중단점이 사용되는지 확인해야 하는 경우 true입니다. 작업이 중단점 검사를 건너뛸 수 있으면 false입니다.

구현

적용 대상