ParameterMessage.Values Property
Gets or sets the values of the parameter message.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Values As DataTable
Get
Set
'Usage
Dim instance As ParameterMessage
Dim value As DataTable
value = instance.Values
instance.Values = value
public DataTable Values { get; set; }
Property Value
Type: System.Data.DataTable
The values of the parameter message.