Parse Arguments ResultSuccess Property
This read-only property is used to see if the options were parsed successfully
Definition
Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
Returns true if successful, false if not
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public bool Success { get; }VB
Public ReadOnly Property Success As Boolean
GetC++
public:
property bool Success {
bool get ();
}F#
member Success : bool with getProperty Value
BooleanReturns true if successful, false if not