| SandcastleProjectRootNamespaceTitle Property |
This is used to get or set an alternate title for the root
namespaces page and the root table of contents container that
appears when
RootNamespaceContainer is set to true.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string RootNamespaceTitle { get; set; }
Public Property RootNamespaceTitle As String
Get
Set
public:
property String^ RootNamespaceTitle {
String^ get ();
void set (String^ value);
}
member RootNamespaceTitle : string with get, set
Property Value
Type:
StringIf left blank (the default), the localized version of the
text "Namespaces" will be used.
See Also