Namespace Summary ItemIs Documented Property
This is used to get or set whether or not the namespace is included in the help file
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#
public bool IsDocumented { get; set; }VB
Public Property IsDocumented As Boolean
Get
SetC++
public:
property bool IsDocumented {
bool get ();
void set (bool value);
}F#
member IsDocumented : bool with get, set