IApplyDocumentModelRootNamespaceContainerId 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.9.12.0
string RootNamespaceContainerId { get; set; }
Property RootNamespaceContainerId As String
Get
Set
property String^ RootNamespaceContainerId {
String^ get ();
void set (String^ value);
}
abstract RootNamespaceContainerId : string with get, set
Property 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.