Share via


ManagementPack.GetLinkedReports Method

Definition

Gets all the linked report objects that are defined in this management pack.

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

Returns

A ManagementPackElementCollection<T> collection of ManagementPackLinkedReport objects.

Applies to

See also