Share via


ManagementPack.GetReportResources Method

Definition

Caution

This method is now obsolete. Please use GetResources<ManagementPackReportResource>() instead.

Gets all the report resource objects defined in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackReportResource ^> ^ GetReportResources();
[System.Obsolete("This method is now obsolete. Please use GetResources<ManagementPackReportResource>() instead.")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResource> GetReportResources ();
member this.GetReportResources : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResource>
Public Function GetReportResources () As ManagementPackElementCollection(Of ManagementPackReportResource)

Returns

A ManagementPackElementCollection<T> collection of ManagementPackReportResource objects.

Attributes

Applies to