Share via


MonitoringRelationshipObject.GetMonitoringProperties Method

Definition

Caution

Use this.GetProperties()

Gets all the properties associated with this relationship.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Configuration::MonitoringRelationshipClassProperty ^> ^ GetMonitoringProperties();
[System.Obsolete("Use this.GetProperties()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClassProperty> GetMonitoringProperties ();
member this.GetMonitoringProperties : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClassProperty>
Public Function GetMonitoringProperties () As ReadOnlyCollection(Of MonitoringRelationshipClassProperty)

Returns

A collection of properties.

Attributes

Applies to