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.