ArgumentSource.

CommandLineThenEnvironmentVariable Field

Summary

The argument's value comes from the command line. However, if the value does not exist on the command line, it will then come from an environment variable instead.
Assembly
Cake.ArgumentBinder.dll
Namespace
Cake.ArgumentBinder
Containing Type
ArgumentSource

Syntax

public const ArgumentSource CommandLineThenEnvironmentVariable

Constant Value

Value Type
2 Int32