Share via


Measure.IsSumAggregationType property

Gets a Boolean value that indicates whether the aggregation is a sum.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsSumAggregationType As Boolean
    Get
'Usage
Dim instance As Measure
Dim value As Boolean

value = instance.IsSumAggregationType
public bool IsSumAggregationType { get; }

Property value

Type: System.Boolean
true if the aggregation is a sum; otherwise false.

See also

Reference

Measure class

Measure members

Microsoft.PerformancePoint.Scorecards namespace