| SandcastleProjectHtmlHelpName Property |
This is used to get or set the name of the compiled help file.
Do not include a path or the extension. For MS Help 2 builds,
this is also used as the collection namespace name (avoid spaces).
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string HtmlHelpName { get; set; }
Public Property HtmlHelpName As String
Get
Set
public:
property String^ HtmlHelpName {
String^ get ();
void set (String^ value);
}
member HtmlHelpName : string with get, set
Property Value
Type:
StringSee Also