CommandLineAction.ClearsParseErrors Property

Definition

Indicates that the action clears any parse errors associated with symbols other than one that owns the CommandLineAction.

public:
 virtual property bool ClearsParseErrors { bool get(); };
public virtual bool ClearsParseErrors { get; }
member this.ClearsParseErrors : bool
Public Overridable ReadOnly Property ClearsParseErrors As Boolean

Property Value

Remarks

This property is ignored when Terminating is set to false.

Applies to