EndToEndTracingElement.MessageFlowTracing Property      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property MessageFlowTracing As BooleanProperty Value
true is message flow tracing is enabled; otherwise, false.
- Attributes