Share via


ParameterizableControl.Parameters Property (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

The parameters passed to the control being rendered, an array of ParameterMessage.

Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Property Parameters As ParameterMessage()
'Usage
Dim instance As ParameterizableControl
Dim value As ParameterMessage()

value = instance.Parameters
public ParameterMessage[] Parameters { get; }

See Also

Reference

ParameterizableControl Class
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace