Command.TreatUnmatchedTokensAsErrors Property

Definition

Gets or sets a value that indicates whether unmatched tokens should be treated as errors. For example, if set to true and an extra command or argument is provided, validation will fail.

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

Property Value

Applies to