ISandcastle ProjectDocument Non Browsable Property
This read-only property is used to get whether or not members marked with a
BrowsableAttribute set to False are documented.
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 DocumentNonBrowsable { get; }VB
ReadOnly Property DocumentNonBrowsable As Boolean
GetC++
property bool DocumentNonBrowsable {
bool get ();
}F#
abstract DocumentNonBrowsable : bool with get