CodeSnippetGroupIsSyntaxSection Property
This is used to get or set whether or not the group is a syntax section
Namespace: Sandcastle.Tools.BuildComponents.SnippetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public bool IsSyntaxSection { get; set; }
Public Property IsSyntaxSection As Boolean
Get
Set
public:
property bool IsSyntaxSection {
bool get ();
void set (bool value);
}
member IsSyntaxSection : bool with get, set
Property Value
Boolean