ParseResultArgumentName Property

Gets the name of the argument that caused the error or cancellation.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public string ArgumentName { get; }

Property Value

String
If the Status property is Error, the value of the ArgumentName property. If it's Canceled, the name of the argument that canceled parsing. Otherwise, .

See Also