IUserExtension2.ResetPasswordProgressTitle Property
Gets the dialog box title when resetting the user's password.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string ResetPasswordProgressTitle { get; }
property String^ ResetPasswordProgressTitle {
String^ get();
}
ReadOnly Property ResetPasswordProgressTitle As String
Property Value
Type: System.String
Returns String.
Remarks
This is only available on Windows Small Business Server 2011.
See Also
IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top