DuplicateArgumentEventArgsArgument Property
Gets the argument that was specified more than once.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public CommandLineArgument Argument { get; }
Public ReadOnly Property Argument As CommandLineArgument
Get
Dim instance As DuplicateArgumentEventArgs
Dim value As CommandLineArgument
value = instance.Argument
public:
property CommandLineArgument^ Argument {
CommandLineArgument^ get ();
}
Property Value
CommandLineArgument
The
CommandLineArgument that was specified more than once.