言語

ManagedParameterWrapper.IncludeInDebugDump プロパティ

定義

パラメータ値をデバッグダンプに含めるべきかどうかを取得または設定します。

public:
 property bool IncludeInDebugDump { bool get(); void set(bool value); };
public bool IncludeInDebugDump { get; set; }
member this.IncludeInDebugDump : bool with get, set
Public Property IncludeInDebugDump As Boolean

プロパティ値

パラメータ値がデバッグダンプに含まれる場合は真です。そうでなければ、誤りです。

実装

適用対象