| BuildProcessResolvedHelpTitle Property |
This returns the
HelpTitle project property value with all
substitution tags it contains, if any, resolved to actual values.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string ResolvedHelpTitle { get; }
Public ReadOnly Property ResolvedHelpTitle As String
Get
public:
property String^ ResolvedHelpTitle {
String^ get ();
}
member ResolvedHelpTitle : string with get
Property Value
Type:
StringSee Also