MonitoringClass.GetMonitoringProperty Method (Guid)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the property for this monitoring class based on the GUID of the property.

Namespace:   Microsoft.EnterpriseManagement.Configuration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use GetProperty instead")]
public MonitoringClassProperty GetMonitoringProperty(
    Guid id
)
public:
[ObsoleteAttribute("Please use GetProperty instead")]
MonitoringClassProperty^ GetMonitoringProperty(
    Guid id
)
[<ObsoleteAttribute("Please use GetProperty instead")>]
member GetMonitoringProperty : 
        id:Guid -> MonitoringClassProperty
<ObsoleteAttribute("Please use GetProperty instead")>
Public Function GetMonitoringProperty (
    id As Guid
) As MonitoringClassProperty

Parameters

  • id
    Type: System.Guid

    The GUID of the property to get.

Return Value

Type: Microsoft.EnterpriseManagement.Configuration.MonitoringClassProperty

Returns a MonitoringClassProperty object.

See Also

GetMonitoringProperty Overload
MonitoringClass Class
Microsoft.EnterpriseManagement.Configuration Namespace

Return to top