Partager via


IUserExtension2.AddUserWizardCreateUserOptionText Property

 

Gets the description for the creating user option from the Add User Wizard Extension page.

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

Syntax

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

Property Value

Type: System.String

Returns String.

Remarks

This is only available on Small Business Server 2011 Essentials.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top