ISandcastle ProjectHelp Title Property
This read-only property is used to get or set the help file's title
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string HelpTitle { get; }VB
ReadOnly Property HelpTitle As String
GetC++
property String^ HelpTitle {
String^ get ();
}F#
abstract HelpTitle : string with get