Share via


IUserExtension2.AddUserWizardHelpLinkText Property

 

Gets the description for the help link from the Add User Wizard Extension page.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string AddUserWizardHelpLinkText { get; }
property String^ AddUserWizardHelpLinkText {
    String^ get();
}
ReadOnly Property AddUserWizardHelpLinkText As String

Property Value

Type: System.String

Returns String.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top