Share via


TargetValue.BandByValue property

Gets or sets the internal score used to determine the value of the InBand property for leaf nodes.

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

Syntax

'Declaration
Public Property BandByValue As Decimal
    Get
    Set
'Usage
Dim instance As TargetValue
Dim value As Decimal

value = instance.BandByValue

instance.BandByValue = value
public decimal BandByValue { get; set; }

Property value

Type: System.Decimal
The internal score used to determine the value of the InBand property for leaf nodes.

See also

Reference

TargetValue class

TargetValue members

Microsoft.PerformancePoint.Scorecards namespace