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

属性值

如果参数值应包含在调试转储中,则为 True;否则为 false。

实现

适用于