Namespace Summary ItemIs Group Property
This read-only property is used to check whether or not this is a namespace group
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 IsGroup { get; }VB
Public ReadOnly Property IsGroup As Boolean
GetC++
public:
property bool IsGroup {
bool get ();
}F#
member IsGroup : bool with get