ParseArgumentsResultSuccess Property
This read-only property is used to see if the options were parsed successfully
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public bool Success { get; }
Public ReadOnly Property Success As Boolean
Get
public:
property bool Success {
bool get ();
}
member Success : bool with get
Property Value
BooleanReturns true if successful, false if not