WizardFramework.HelpKey Property

Definition

Gets or sets the help key for the WizardFramework object. This help key is used if a page does not have a help key associated with it.

public:
 property System::String ^ HelpKey { System::String ^ get(); void set(System::String ^ value); };
public string HelpKey { get; set; }
member this.HelpKey : string with get, set
Public Property HelpKey As String

Property Value

The help key for the WizardFramework object.

Applies to