P_CommandLine_HelpVerbRequestedError_Matched - adutton/commandline GitHub Wiki
Type: Boolean
true if verb command is found; otherwise
Type: Boolean
false.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public bool Matched { get; }VB
Public ReadOnly Property Matched As Boolean
GetC++
public:
property bool Matched {
bool get ();
}F#
member Matched : bool with get
Type: Boolean