Share via


TargetValue.InBand property

Gets or sets the indicator band that this target is in.

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

Syntax

'Declaration
Public Property InBand As Integer
    Get
    Set
'Usage
Dim instance As TargetValue
Dim value As Integer

value = instance.InBand

instance.InBand = value
public int InBand { get; set; }

Property value

Type: System.Int32
The indicator band that this target is in.

See also

Reference

TargetValue class

TargetValue members

Microsoft.PerformancePoint.Scorecards namespace