Share via


Implementation (UIPage)

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Defines the managed assembly and type of the user interface page.

Schema Hierarchy

ManagementPack
  PresentationTypes
    UIPages
      UIPage
        Implementation (UIPage)

Syntax

<Implementation>
   <Assembly>Strong-named assembly</Assembly>
   <Type>Assembly type name</Type>
</Implementation>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the Implementation element.

Attributes

None.

Child Elements

Element Description

Assembly (UIPage)

Required element. Represents the assembly information of a UI page definition.

Type (UIPage)

Required element. Represents the type information of a UI page definition.

Parent Elements

Element Description

UIPage

Represents a Windows Form that is used in either a wizard or a property page set.

Remarks

Warning

Operations Manager 2007 R2 does not currently support the creation of custom UI pages.

See Also

Reference

UIPage