IUserExtension2.ResetPasswordFailureDialogTitle Property
Gets the title of the dialog box when resetting the user's password fails.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string ResetPasswordFailureDialogTitle { get; }
property String^ ResetPasswordFailureDialogTitle {
String^ get();
}
ReadOnly Property ResetPasswordFailureDialogTitle 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