EndToEndTracingElement.MessageFlowTracing 属性

定义

获取一个值,该值指示是否启用消息流跟踪。

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

属性值

Boolean

如果启用消息流跟踪,则为 etrue;否则为 false

属性

适用于