List OptionValue Property
This is overridden to return the value as a string array
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 override Object Value { get; }VB
Public Overrides ReadOnly Property Value As Object
GetC++
public:
virtual property Object^ Value {
Object^ get () override;
}F#
abstract Value : Object with get
override Value : Object with get