WizardPage.PageHelpLinkText Property

 

Gets or sets the text of the help for this wizard page.

Namespace:   Microsoft.WindowsServerSolutions.Wizards
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string PageHelpLinkText { get; set; }
public:
property String^ PageHelpLinkText {
    String^ get();
    void set(String^ value);
}
Public Property PageHelpLinkText As String

Property Value

Type: System.String

A System.String.

Remarks

Delete this value in the designer if the page has no help link.

See Also

WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top