BaseOptionValue Property

This property is used to get or set the option value

Definition

Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual Object Value { get; protected set; }

Property Value

Object

Remarks

As written, the value can only be set when initially parsed

Exceptions

InvalidOperationExceptionThis is thrown if an attempt is made to retrieve the value before it has been set or if an attempt is made to set the value twice.

See Also