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