Share via


BIData.ProviderValues property

Gets the provider values.

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

Syntax

'Declaration
Public ReadOnly Property ProviderValues As IList(Of IDictionary(Of String, Object))
    Get
'Usage
Dim instance As BIData
Dim value As IList(Of IDictionary(Of String, Object))

value = instance.ProviderValues
public IList<IDictionary<string, Object>> ProviderValues { get; }

Property value

Type: System.Collections.Generic.IList<IDictionary<String, Object>>
The provider values.

See also

Reference

BIData class

BIData members

Microsoft.PerformancePoint.Scorecards namespace