ISandcastle ProjectProduct Title Property
This read-only property is used to get the product title for the help viewer file
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default if not specified will be the value of the HelpTitle property
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string ProductTitle { get; }VB
ReadOnly Property ProductTitle As String
GetC++
property String^ ProductTitle {
String^ get ();
}F#
abstract ProductTitle : string with getProperty Value
StringThe default if not specified will be the value of the HelpTitle property