Mono.Options.OptionContext.OptionName Property
The actual option name used.

Syntax

public string OptionName { get; set; }

Value

A string containing the actual option name used.

Remarks

A Option.Prototype can contain multiple |-delimited aliases, e.g. h|help. This property contains the actual option name specified, e.g. -h vs. --help.

Requirements

Namespace: Mono.Options
Assembly: Mono.Options (in Mono.Options.dll)
Assembly Versions: 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0