Share via


IndicatorBandCollection.Item Property (Microsoft.PerformancePoint.Scorecards)

Gets or sets the band.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Default Property Item ( _
    index As Integer _
) As IndicatorBand
'Usage
Dim instance As IndicatorBandCollection
Dim index As Integer
Dim value As IndicatorBand

value = instance(index)

instance(index) = value
public virtual IndicatorBand this [
    int index
] { get; set; }

Parameters

  • index

See Also

Reference

IndicatorBandCollection Class
IndicatorBandCollection Members
Microsoft.PerformancePoint.Scorecards Namespace