PartialMonitoringObject.GetMonitoringProperties Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets all the properties that are associated with this monitoring object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.GetProperties")]
public ReadOnlyCollection<MonitoringClassProperty> GetMonitoringProperties()
public:
[ObsoleteAttribute("Use this.GetProperties")]
ReadOnlyCollection<MonitoringClassProperty^>^ GetMonitoringProperties()
[<ObsoleteAttribute("Use this.GetProperties")>]
member GetMonitoringProperties : unit -> ReadOnlyCollection<MonitoringClassProperty>
<ObsoleteAttribute("Use this.GetProperties")>
Public Function GetMonitoringProperties As ReadOnlyCollection(Of MonitoringClassProperty)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringClassProperty>
Returns ReadOnlyCollection<T> of MonitoringClassProperty objects.
See Also
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top