Share via


FirstClassElementHistoryCollection.Contains Method (Microsoft.PerformancePoint.Scorecards)

Indicates if an FCO 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 FirstClassElement _
) As Boolean
'Usage
Dim instance As FirstClassElementHistoryCollection
Dim value As FirstClassElement
Dim returnValue As Boolean

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

Parameters

Return Value

Returns true if the FCO is in the collection. Otherwise, returns false.

See Also

Reference

FirstClassElementHistoryCollection Class
FirstClassElementHistoryCollection Members
Microsoft.PerformancePoint.Scorecards Namespace