CommandLineConfiguration.EnableLegacyDoubleDashBehavior Property

Definition

Enables the legacy behavior of the -- token, which is to ignore parsing of subsequent tokens and place them in the UnparsedTokens list.

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

Property Value

Applies to