Share via


ViewImplementation

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

For internal usage only. Defines the managed assembly and type of the view type.

Schema Hierarchy

ManagementPack
  PresentationTypes
    ViewTypes
      ViewType
        ViewImplementation

Syntax

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

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

Assembly (ViewType)

Required element. Represents the assembly information of a view type definition.

Type (ViewType)

Required element. Represents the type information of a view type definition.

Parent Elements

Element Description

ViewTypes

For internal use only. Contains the view types that are available within the Operations console.

Remarks

Important

Currently, it is not possible to define your own view types. However, you can add an implementation of an already defined view type by defining a View element.

See Also

Reference

ViewTypes