Parse Arguments ResultOptions Property
This read-only property is used to get the option collection related to the results
Definition
Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public OptionCollection Options { get; }VB
Public ReadOnly Property Options As OptionCollection
GetC++
public:
property OptionCollection^ Options {
OptionCollection^ get ();
}F#
member Options : OptionCollection with get