次の方法で共有


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

属性

適用対象