ManagementPackReportParameterControl.ImplementationCollection Property
Gets a collection of implementation definition objects that define the implementation of the report control.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim instance As ManagementPackReportParameterControl
Dim value As IList(Of ManagementPackReportParameterControlImplementation)
value = instance.ImplementationCollection
Syntax
'Declaration
Public ReadOnly Property ImplementationCollection As IList(Of ManagementPackReportParameterControlImplementation)
public IList<ManagementPackReportParameterControlImplementation> ImplementationCollection { get; }
public:
property IList<ManagementPackReportParameterControlImplementation^>^ ImplementationCollection {
IList<ManagementPackReportParameterControlImplementation^>^ get ();
}
/** @property */
public IList<ManagementPackReportParameterControlImplementation> get_ImplementationCollection ()
public function get ImplementationCollection () : IList<ManagementPackReportParameterControlImplementation>
Property Value
A list of ManagementPackReportParameterControlImplementation objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackReportParameterControl Class
ManagementPackReportParameterControl Members
Microsoft.EnterpriseManagement.Configuration Namespace