 | SandcastleProjectProductTitle Property |
This is used to get or set the product title for the help viewer file
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntaxpublic string ProductTitle { get; set; }Public Property ProductTitle As String
Get
Set
public:
property String^ ProductTitle {
String^ get ();
void set (String^ value);
}member ProductTitle : string with get, set
Property Value
Type:
String
RemarksThe default if not specified will be the value of the
HelpTitle
property.
See Also