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