ParentCommandIsChildCommandCreated Property
Gets a value that indicates whether a child command was successfully created when parsing
the command line arguments.
Namespace: Ookii.CommandLine.CommandsAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public bool IsChildCommandCreated { get; }
Public ReadOnly Property IsChildCommandCreated As Boolean
Get
Dim instance As ParentCommand
Dim value As Boolean
value = instance.IsChildCommandCreated
public:
property bool IsChildCommandCreated {
bool get ();
}
Property Value
Boolean if a child command was created; otherwise,
.