Share via


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

屬性值

如果已啟用活動追蹤則為 true,否則為 false

屬性

適用於