ParseResultArgumentName Property
Gets the name of the argument that caused the error or cancellation.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public string ArgumentName { get; }
Public ReadOnly Property ArgumentName As String
Get
Dim instance As ParseResult
Dim value As String
value = instance.ArgumentName
public:
property String^ ArgumentName {
String^ 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,
.