IApply Document ModelRoot Namespace Container Id Property
This is used to get or set an optional root namespace container ID
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If not set, no root namespace container node will be added. If set, a root namespace container node (R:) will be added with the given ID. The build engine will set this based on the root namespace container project properties.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string RootNamespaceContainerId { get; set; }VB
Property RootNamespaceContainerId As String
Get
SetC++
property String^ RootNamespaceContainerId {
String^ get ();
void set (String^ value);
}F#
abstract RootNamespaceContainerId : string with get, setProperty Value
StringIf not set, no root namespace container node will be added. If set, a root namespace container node (R:) will be added with the given ID. The build engine will set this based on the root namespace container project properties.