ParameterClass.IncludeInDebugDump Property

Definition

Gets or sets a value that indicates whether ParameterClass object is included in a debug dump.

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

Property Value

True if the ParameterClass object is included in a debug dump; otherwise, false.

Implements

Applies to