Manage class

Serves as the class for the admin user interface page.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        GlobalAdminPageBase
          Microsoft.Office.TranslationServices.AdminUI.Manage

Namespace:  Microsoft.Office.TranslationServices.AdminUI
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public Class Manage _
    Inherits GlobalAdminPageBase _
    Implements IFormattable
'Usage
Dim instance As Manage
public class Manage : GlobalAdminPageBase, IFormattable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Manage members

Microsoft.Office.TranslationServices.AdminUI namespace