MonitoringPageSet Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a monitoring page set.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPageSet
Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet
Syntax
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackUIPageSet instead")]
public class MonitoringPageSet : ManagementPackUIPageSet, IMonitoringBase
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackUIPageSet instead")]
public ref class MonitoringPageSet : ManagementPackUIPageSet,
IMonitoringBase
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackUIPageSet instead")>]
type MonitoringPageSet =
class
inherit ManagementPackUIPageSet
interface IMonitoringBase
end
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackUIPageSet instead")>
Public Class MonitoringPageSet
Inherits ManagementPackUIPageSet
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringPageSet(ManagementPackUIPageSet) |
Properties
Name | Description | |
---|---|---|
Comment | (Inherited from ManagementPackElement.) |
|
Description | (Inherited from ManagementPackElement.) |
|
DisplayName | (Inherited from ManagementPackElement.) |
|
Id | (Inherited from ManagementPackElement.) |
|
LanguageCode | (Inherited from ManagementPackElement.) |
|
LastModified | (Inherited from ManagementPackItem.) |
|
ManagementGroup | (Inherited from ManagementPackElement.) |
|
ManagementGroupId | (Inherited from ManagementPackElement.) |
|
memberstatus | (Inherited from ManagementPackItem.) |
|
Name | (Inherited from ManagementPackElement.) |
|
OutputTransform | (Inherited from ManagementPackUIPageSet.) |
|
Status | (Inherited from ManagementPackItem.) |
|
TimeAdded | (Inherited from ManagementPackItem.) |
|
TypeDefinitionID | (Inherited from ManagementPackUIPageSet.) |
|
UIPageReferenceCollection | (Inherited from ManagementPackUIPageSet.) |
|
XmlTag | (Inherited from ManagementPackUIPageSet.) |
Methods
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
Microsoft.EnterpriseManagement.Configuration Namespace
Return to top