WizardPage.HelpLinkLabel Property
Gets or sets the customized link label that contains the help link.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public DashboardLinkLabel HelpLinkLabel { get; set; }
public:
property DashboardLinkLabel^ HelpLinkLabel {
DashboardLinkLabel^ get();
void set(DashboardLinkLabel^ value);
}
Public Property HelpLinkLabel As DashboardLinkLabel
Property Value
Type: Microsoft.WindowsServerSolutions.Controls.DashboardLinkLabel
A Microsoft.WindowsServerSolutions.Controls.DashboardLinkLabel.
See Also
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top