PartialMonitoringObject.GetMostDerivedMonitoringClasses Method

Definition

Caution

Use this.GetMostDerivedClasses

This method returns this instances most derived monitoring classes.

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

Returns

A collection of the most derived types of this type.

Attributes

Examples

For an example of this property, see GetLeastDerivedNonAbstractMonitoringClass.

Applies to

See also

  • GetLeastDerivedNonAbstractMonitoringClass()
  • <xref:Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject.GetParentMonitoringObjects>
  • <xref:Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject.GetParentPartialMonitoringObjects>