Create class

Serves as the class for the admin create page.

Inheritance hierarchy

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

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

Syntax

'Declaration
Public Class Create _
    Inherits GlobalAdminPageBase _
    Implements IFormattable
'Usage
Dim instance As Create
public class Create : 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

Create members

Microsoft.Office.TranslationServices.AdminUI namespace