BaseOptionValue Property
This property is used to get or set the option value
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual Object Value { get; protected set; }
Public Overridable Property Value As Object
Get
Protected Set
public:
virtual property Object^ Value {
Object^ get ();
protected: void set (Object^ value);
}
abstract Value : Object with get, set
override Value : Object with get, set
Property Value
Object As written, the value can only be set when initially parsed
InvalidOperationException | This 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. |