次の方法で共有


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

属性

適用対象