Share via


ManagementPack.GetUnitMonitorTypes Method

Definition

Retrieves all unit monitor types that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackUnitMonitorType ^> ^ GetUnitMonitorTypes();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType> GetUnitMonitorTypes ();
member this.GetUnitMonitorTypes : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType>
Public Function GetUnitMonitorTypes () As ManagementPackElementCollection(Of ManagementPackUnitMonitorType)

Returns

A collection of all ManagementPackUIPageSet objects in the management pack.

Applies to

See also