IUserExtension.AddUserWizardActivateText Property
Gets the activate option text in the Add User WizardExtension Page.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string AddUserWizardActivateText { get; }
property String^ AddUserWizardActivateText {
String^ get();
}
ReadOnly Property AddUserWizardActivateText As String
Property Value
Type: System.String
Returns String.
See Also
IUserExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top