| BasePropertyPageHelpKeyword Property |
This is used to get or set an optional help keyword associated with the property page
Namespace: SandcastleBuilder.Package.PropertyPagesAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected string HelpKeyword { get; set; }
Protected Property HelpKeyword As String
Get
Set
protected:
property String^ HelpKeyword {
String^ get ();
void set (String^ value);
}
member HelpKeyword : string with get, set
Property Value
Type:
StringSee Also