다음을 통해 공유


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

메시지 흐름 추적을 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상