StandardDocumentModelRootNamespaceContainerId Property
This is used to get or set an optional root namespace container ID
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public string RootNamespaceContainerId { get; set; }
Public Property RootNamespaceContainerId As String
Get
Set
public:
virtual property String^ RootNamespaceContainerId {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract RootNamespaceContainerId : string with get, set
override RootNamespaceContainerId : string with get, set
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.
IApplyDocumentModelRootNamespaceContainerId