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

属性

適用対象