WizardPage.PageHelpLink Property

 

Gets or sets the URL of the page to be opened when the help link is clicked.

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

Syntax

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

Property Value

Type: System.String

A System.String.

See Also

WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top