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.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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, 
.