KpiValueCollection.Item Property (Microsoft.PerformancePoint.Scorecards)
Indexer returns the KpiValue at the specified index in the collection.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As KpiValue
'Usage
Dim instance As KpiValueCollection
Dim index As Integer
Dim value As KpiValue
value = instance(index)
instance(index) = value
public KpiValue this [
int index
] { get; set; }
Parameters
- index
See Also
Reference
KpiValueCollection Class
KpiValueCollection Members
Microsoft.PerformancePoint.Scorecards Namespace