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.

See also

Reference

BIDataContainer class

BIDataContainer members

Microsoft.PerformancePoint.Scorecards namespace