Share via


ManagementPack.GetReportResource(String) Method

Definition

Caution

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

Gets the specified report resource object in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackReportResource ^ GetReportResource(System::String ^ name);
[System.Obsolete("This method is now obsolete. Please use GetResource<ManagementPackReportResource>() instead.")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResource GetReportResource (string name);
member this.GetReportResource : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResource
Public Function GetReportResource (name As String) As ManagementPackReportResource

Parameters

name
String

The name of the report resource object to retrieve.

Returns

A ManagementPackReportResource object.

The specified report resource object.

Attributes

Applies to