Code Snippet GroupIs Syntax Section Property
This is used to get or set whether or not the group is a syntax section
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public bool IsSyntaxSection { get; set; }VB
Public Property IsSyntaxSection As Boolean
Get
SetC++
public:
property bool IsSyntaxSection {
bool get ();
void set (bool value);
}F#
member IsSyntaxSection : bool with get, set