ArgumentParsedEventArgsArgument Property
Gets the argument that was parsed.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public CommandLineArgument Argument { get; }
Public ReadOnly Property Argument As CommandLineArgument
Get
Dim instance As ArgumentParsedEventArgs
Dim value As CommandLineArgument
value = instance.Argument
public:
property CommandLineArgument^ Argument {
CommandLineArgument^ get ();
}
Property Value
CommandLineArgument
The
CommandLineArgument instance for the argument.