DashboardItem.InboundParameters property

Gets the inbound parameters to the current object from other objects on the dashboard.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property InboundParameters As ParameterMappingCollection
    Get
'Usage
Dim instance As DashboardItem
Dim value As ParameterMappingCollection

value = instance.InboundParameters
public ParameterMappingCollection InboundParameters { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ParameterMappingCollection
The inbound parameters to the current object from other objects on the dashboard.

See also

Reference

DashboardItem class

DashboardItem members

Microsoft.PerformancePoint.Scorecards namespace