DuplicateArgumentEventArgsArgument Property
            Gets the argument that was specified more than once.
            
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 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.