BaseOptionIsPresent Property
This read-only property is used to determine whether or not the option value was present on the
command line.
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual bool IsPresent { get; }
Public Overridable ReadOnly Property IsPresent As Boolean
Get
public:
virtual property bool IsPresent {
bool get ();
}
abstract IsPresent : bool with get
override IsPresent : bool with get
Property Value
Boolean