MonitoringClassProperty Class
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Represents a single property of a MonitoringClass object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackClassProperty
Microsoft.EnterpriseManagement.Configuration.MonitoringClassProperty
Syntax
[SerializableAttribute]
[ObsoleteAttribute("This class will be removed in the next release and should no longer be used. Please us ManagementPackProperty instead.")]
public class MonitoringClassProperty : ManagementPackClassProperty,
IMonitoringBase
[SerializableAttribute]
[ObsoleteAttribute("This class will be removed in the next release and should no longer be used. Please us ManagementPackProperty instead.")]
public ref class MonitoringClassProperty : ManagementPackClassProperty,
IMonitoringBase
[<SerializableAttribute>]
[<ObsoleteAttribute("This class will be removed in the next release and should no longer be used. Please us ManagementPackProperty instead.")>]
type MonitoringClassProperty =
class
inherit ManagementPackClassProperty
interface IMonitoringBase
end
<SerializableAttribute>
<ObsoleteAttribute("This class will be removed in the next release and should no longer be used. Please us ManagementPackProperty instead.")>
Public Class MonitoringClassProperty
Inherits ManagementPackClassProperty
Implements IMonitoringBase
Constructors
Name | Description | |
---|---|---|
MonitoringClassProperty(MonitoringClass, ManagementPackProperty) |
Properties
Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
IMonitoringBase.Reconnect(EnterpriseManagementGroup) |
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