ISandcastle ProjectPreliminary Property
This read-only property is used to get whether or not all pages should be marked with a "preliminary
documentation" warning in the page header.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool Preliminary { get; }VB
ReadOnly Property Preliminary As Boolean
GetC++
property bool Preliminary {
bool get ();
}F#
abstract Preliminary : bool with get