CommandLineArgumentIsMultiValue Property
Gets a value indicating whether this argument is a multi-value argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public bool IsMultiValue { get; }
Public ReadOnly Property IsMultiValue As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.IsMultiValue
public:
property bool IsMultiValue {
bool get ();
}
Property Value
Boolean if the
Kind property is
MultiValue
or
Dictionary; otherwise,
.