Share via


BIData.ValuesColumnName property

Gets the column name in the data table that contains the unique identifier for the selected value in the provider Web Part.

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

Syntax

'Declaration
Public ReadOnly Property ValuesColumnName As String
    Get
'Usage
Dim instance As BIData
Dim value As String

value = instance.ValuesColumnName
public string ValuesColumnName { get; }

Property value

Type: System.String
The column name in the data table that contains the unique identifier for the selected value in the provider Web Part.

See also

Reference

BIData class

BIData members

Microsoft.PerformancePoint.Scorecards namespace