ManagedParameterWrapper.IncludeInDebugDump Property

Definition

Gets or sets whether the parameter value should be included in a debug dump.

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

Property Value

True if the parameter value should be included in a debug dump; otherwise, false.

Implements

Applies to