Share via


ManagementPackClass.OptimizationCollection Property

Gets the optimization collection.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackClass
Dim value As ManagementPackSubElementCollection(Of ManagementPackPropertyOptimization)

value = instance.OptimizationCollection

Syntax

'Declaration
Public ReadOnly Property OptimizationCollection As ManagementPackSubElementCollection(Of ManagementPackPropertyOptimization)
public ManagementPackSubElementCollection<ManagementPackPropertyOptimization> OptimizationCollection { get; }
public:
property ManagementPackSubElementCollection<ManagementPackPropertyOptimization^>^ OptimizationCollection {
    ManagementPackSubElementCollection<ManagementPackPropertyOptimization^>^ get ();
}
/** @property */
public ManagementPackSubElementCollection<ManagementPackPropertyOptimization> get_OptimizationCollection ()
public function get OptimizationCollection () : ManagementPackSubElementCollection<ManagementPackPropertyOptimization>

Property Value

The optimization collection.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackClass Class
ManagementPackClass Members
Microsoft.EnterpriseManagement.Configuration Namespace