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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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,
.