BIDataContainer.ParameterMessages Property
Gets the parameter messages from the current rendering session.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public ReadOnly Property ParameterMessages As List(Of ParameterMessage)
Get
'Usage
Dim instance As BIDataContainer
Dim value As List(Of ParameterMessage)
value = instance.ParameterMessages
public List<ParameterMessage> ParameterMessages { get; }
Property Value
Type: System.Collections.Generic.List<ParameterMessage>
The parameter messages from the current rendering session.