Compartilhar via


ManagementPackMeasureType.Aggregation Property

Gets or sets the management pack measure type aggregation value.

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

Usage

'Usage
Dim instance As ManagementPackMeasureType
Dim value As ManagementPackMeasureAggregation

value = instance.Aggregation

instance.Aggregation = value

Syntax

'Declaration
Public Property Aggregation As ManagementPackMeasureAggregation
public ManagementPackMeasureAggregation Aggregation { get; set; }
public:
property ManagementPackMeasureAggregation Aggregation {
    ManagementPackMeasureAggregation get ();
    void set (ManagementPackMeasureAggregation value);
}
/** @property */
public ManagementPackMeasureAggregation get_Aggregation ()

/** @property */
public void set_Aggregation (ManagementPackMeasureAggregation value)
public function get Aggregation () : ManagementPackMeasureAggregation

public function set Aggregation (value : ManagementPackMeasureAggregation)

Property Value

Returns ManagementPackMeasureAggregation.

The measure type aggregation value.

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

ManagementPackMeasureType Class
ManagementPackMeasureType Members
Microsoft.EnterpriseManagement.Configuration Namespace