BaseOptionIsPresent 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: 2024.12.21.0
public virtual bool IsPresent { get; }

Property Value

Boolean

See Also