Code Snippet GroupIs Standalone Property
This is used to get or set whether or not the group is a single, standalone snippet
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 IsStandalone { get; set; }VB
Public Property IsStandalone As Boolean
Get
SetC++
public:
property bool IsStandalone {
bool get ();
void set (bool value);
}F#
member IsStandalone : bool with get, set