UIPage
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Represents a Windows Form that is used in either a wizard or a property page set.
Schema Hierarchy
ManagementPack
PresentationTypes
UIPages
UIPage
Syntax
<UIPage ID=”UIPageID” Comment=”Comment” Accessibility=”Public/Private” >
<Implementation>…</Implementation></UIPage>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the UIPage element.
Attributes
Attribute | Description |
---|---|
ID |
Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespace Conventions. |
Comment |
Optional attribute. Represents commentary by the management pack author. |
Accessibility |
Required attribute. Defines the visibility of the UI page definition. |
Accessibility Attribute Values
Value | Description |
---|---|
Public |
Indicates that the module type definition is visible to external management packs. |
Internal |
Indicates that the module type definition is not visible to external management packs. |
Child Elements
Element | Description |
---|---|
Defines the managed assembly and type of the UI page. |
Parent Elements
Element | Description |
---|---|
Defines a Windows Form that is used in either a wizard or a property page set. |
Remarks
A UI page is a reference to a managed code implementation of a Windows Form. The UI page provides a user interface that is designed to configure ModuleTypes, UnitMonitorType, or Templates elements. Pages can be shared between different types. For example, every monitor type or module type that needs to use an expression will use at least one of the expression UI pages.
The UI page element is used in the UIPageSets element to group pages together for particular module types, monitor types, and templates.
Warning
Operations Manager 2007 R2 does not currently support the creation of custom UI page sets or UI pages.