ManagementPackReportParameterControl.ImplementationCollection Property

Definition

Gets a collection of implementation definition objects that define the implementation of the report control.

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

Property Value

A list of ManagementPackReportParameterControlImplementation objects.

A collection of implementation definition objects.

Applies to