IUserExtension2.AssignDeactivatedOnlineUserConfirmationDialogTitle Property
Gets the title of the confirmation dialog box when assigning a local user to a deactivated online user.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string AssignDeactivatedOnlineUserConfirmationDialogTitle { get; }
property String^ AssignDeactivatedOnlineUserConfirmationDialogTitle {
String^ get();
}
ReadOnly Property AssignDeactivatedOnlineUserConfirmationDialogTitle 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