Documentation for the C# command-line option parsing library

OptionResult.Value Property

Get or set the value of the option

public object Value {get; set;}

Remarks

This value will always be null for Flag style arguments and may be null for ValueOpt and MultValue options.

If the option is defined multiple times, this will get or set the first value given

See Also

OptionResult Class | CommandLine.OptParse Namespace