ParseArgumentsResultSuccess 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: 2024.12.21.0
public bool Success { get; }

Property Value

Boolean
Returns true if successful, false if not

See Also