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.