다음을 통해 공유


EndToEndTracingElement.ActivityTracing 속성

정의

활동 추적의 사용 여부를 나타내는 값을 가져옵니다.

public:
 property bool ActivityTracing { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("activityTracing", DefaultValue=false)]
public bool ActivityTracing { get; set; }
[<System.Configuration.ConfigurationProperty("activityTracing", DefaultValue=false)>]
member this.ActivityTracing : bool with get, set
Public Property ActivityTracing As Boolean

속성 값

Boolean

작업 추적을 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상