Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a report parameter control object in a Management Group.
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.ManagementPackAccessibleElement
        Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl
          Microsoft.EnterpriseManagement.Configuration.MonitoringReportParameterControl
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackReportParameterControl instead")]
public class MonitoringReportParameterControl : ManagementPackReportParameterControl, 
    IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackReportParameterControl instead")]
public ref class MonitoringReportParameterControl : ManagementPackReportParameterControl, 
    IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class is obsolete. Please use ManagementPackReportParameterControl instead")>]
type MonitoringReportParameterControl = 
    class
        inherit ManagementPackReportParameterControl
        interface IMonitoringBase
    end
<SerializableAttribute>
<ObsoleteAttribute("This class is obsolete. Please use ManagementPackReportParameterControl instead")>
Public Class MonitoringReportParameterControl
    Inherits ManagementPackReportParameterControl
    Implements IMonitoringBase
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | MonitoringReportParameterControl(ManagementPackReportParameterControl) | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Accessibility | (Inherited from ManagementPackAccessibleElement.) | 
| .jpeg) | Comment | (Inherited from ManagementPackElement.) | 
| .jpeg) | Description | (Inherited from ManagementPackElement.) | 
| .jpeg) | DisplayName | (Inherited from ManagementPackElement.) | 
| .jpeg) | Id | (Inherited from ManagementPackElement.) | 
| .jpeg) | ImplementationCollection | (Inherited from ManagementPackReportParameterControl.) | 
| .jpeg) | LanguageCode | (Inherited from ManagementPackElement.) | 
| .jpeg) | LastModified | (Inherited from ManagementPackItem.) | 
| .jpeg) | ManagementGroup | (Inherited from ManagementPackElement.) | 
| .jpeg) | ManagementGroupId | (Inherited from ManagementPackElement.) | 
| .jpeg) | memberstatus | (Inherited from ManagementPackItem.) | 
| .jpeg) | Name | (Inherited from ManagementPackElement.) | 
| .jpeg) | Status | (Inherited from ManagementPackItem.) | 
| .jpeg) | TimeAdded | (Inherited from ManagementPackItem.) | 
| .jpeg) | XmlTag | (Inherited from ManagementPackReportParameterControl.) | 
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
.jpeg)