IndicatorBandCollection.Contains Method (Microsoft.PerformancePoint.Scorecards)

Returns true, if the band is in the collection.

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

Syntax

'Declaration
Public Overridable Function Contains ( _
    value As IndicatorBand _
) As Boolean
'Usage
Dim instance As IndicatorBandCollection
Dim value As IndicatorBand
Dim returnValue As Boolean

returnValue = instance.Contains(value)
public virtual bool Contains (
    IndicatorBand value
)

Parameters

  • value
    The band to search for.

Return Value

True if found.

See Also

Reference

IndicatorBandCollection Class
IndicatorBandCollection Members
Microsoft.PerformancePoint.Scorecards Namespace