ArgumentProviderIsCommand Property
Gets a value that indicates whether this arguments type is a subcommand.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public abstract bool IsCommand { get; }
Public MustOverride ReadOnly Property IsCommand As Boolean
Get
Dim instance As ArgumentProvider
Dim value As Boolean
value = instance.IsCommand
public:
virtual property bool IsCommand {
bool get () abstract;
}
Property Value
Boolean if the arguments type is a subcommand; otherwise,
.