Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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