CmdArguments indexer

Gets or sets the element with the specified key.

public string this[string key] { get; set; }
parameter description
key Command line argument to get or set the value for

Return Value

The Value that was provided for this command line argument, or Empty String if there were none

See Also