ArgumentParsedEventArgs.Argument Property |
Gets the argument that was parsed.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic 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
Type:
CommandLineArgument
The
CommandLineArgument instance for the argument.
See Also