WizardFramework.HelpKey Property

 

Applies To: SQL Server 2016 Preview

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.

Namespace:   Microsoft.SqlServer.Management.SqlWizardFramework
Assembly:  Microsoft.SqlServer.Management.SqlWizardFramework (in Microsoft.SqlServer.Management.SqlWizardFramework.dll)

Syntax

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

Property Value

Type: System.String

The help key for the WizardFramework object.

See Also

WizardFramework Class
Microsoft.SqlServer.Management.SqlWizardFramework Namespace

Return to top