ArgumentParsedEventArgsArgument Property
Gets the argument that was parsed.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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.