Base OptionIs Present Property
This read-only property is used to determine whether or not the option value was present on the
command line.
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 virtual bool IsPresent { get; }VB
Public Overridable ReadOnly Property IsPresent As Boolean
GetC++
public:
virtual property bool IsPresent {
bool get ();
}F#
abstract IsPresent : bool with get
override IsPresent : bool with get