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
System_CAPS_pubmethod MonitoringClassProperty(MonitoringClass, ManagementPackProperty)

Properties

Name Description
System_CAPS_pubproperty AutoIncrement

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty CaseSensitive

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty DefaultValue

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty Description

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty DisplayName

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty EnumType

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty Id

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty Key

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty LanguageCode

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty Length

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty ManagementGroup

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty ManagementGroupId

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty MaxLength

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty MaxValue

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty MinLength

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty MinValue

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty Name

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty ParentElement

(Inherited from ManagementPackSubElement.)

System_CAPS_pubproperty RegEx

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty RegExObject

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty Required

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty SystemType

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubproperty Type

(Inherited from ManagementPackClassProperty.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ManagementPackSubElement.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetDiscoverySources()

Obsolete.Gets the discovery sources that discover this monitoring class property.

System_CAPS_pubmethod GetDisplayString(CultureInfo)

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetDisplayString(String)

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetKnowledgeArticle(CultureInfo)

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetManagementPack()

(Inherited from ManagementPackSubElement.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ReadAttributes(ManagementPackElement, XmlReader)

(Inherited from ManagementPackClassProperty.)

System_CAPS_protmethod ReadElements(ManagementPackElement, XmlReader)

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from ManagementPackClassProperty.)

System_CAPS_pubmethod ToString()

(Inherited from ManagementPackSubElement.)

System_CAPS_protmethod WriteAttributes(XmlWriter)

(Inherited from ManagementPackClassProperty.)

System_CAPS_protmethod WriteElements(XmlWriter)

(Inherited from ManagementPackClassProperty.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod 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