PartialMonitoringObject.GetMonitoringProperties Method

Definition

Caution

Use this.GetProperties

Gets all the properties associated with this monitoring object.

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

Returns

A collection of properties.

Attributes

Applies to