Share via


ManagementPack.GetLinkedReport(String) Method

Definition

Retrieves the specified linked report that is defined in this management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackLinkedReport ^ GetLinkedReport(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReport GetLinkedReport (string name);
member this.GetLinkedReport : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReport
Public Function GetLinkedReport (name As String) As ManagementPackLinkedReport

Parameters

name
String

The name of the linked report to retrieve.

Returns

The specified linked report that is defined in this management pack.

Applies to

See also