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

属性

适用于