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

속성 값

true는 메시지 흐름 추적을 사용하도록 설정되어 있습니다. 그렇지 않으면 . false

특성

적용 대상