Edit

Share via


CommandLineConfiguration.EnableTokenReplacement Property

Definition

Gets a value indicating whether token replacement is enabled.

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

Property Value

Remarks

When enabled, any token prefixed with @ can be replaced with zero or more other tokens. This is mostly commonly used to expand tokens from response files and interpolate them into a command line prior to parsing.

Applies to