EndToEndTracingElement.MessageFlowTracing Property

Definition

Gets a value that indicates whether message flow tracing in enabled.

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

Property Value

true is message flow tracing is enabled; otherwise, false.

Attributes

Applies to