Share via


ManagementPackLinkedReport.ParameterCollection Property

Definition

Gets a list of parameters used in the linked report.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackLinkedReportParameter ^> ^ ParameterCollection { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackLinkedReportParameter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReportParameter> ParameterCollection { get; }
member this.ParameterCollection : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackLinkedReportParameter>
Public ReadOnly Property ParameterCollection As IList(Of ManagementPackLinkedReportParameter)

Property Value

A list of ManagementPackLinkedReportParameter objects.

A list of parameters used in the linked report.

Applies to