Share via


ParameterDefinition.ParameterUniqueName Property (Microsoft.PerformancePoint.Scorecards)

The unique name of the filter. This name should be unique within the DashboardItem.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Property ParameterUniqueName As String
'Usage
Dim instance As ParameterDefinition
Dim value As String

value = instance.ParameterUniqueName

instance.ParameterUniqueName = value
public string ParameterUniqueName { get; set; }

Remarks

To be unique within the DashboardItem, ensure that the UnderlyingElementId points to an instance that implements IParameterPoint, which means that the instance has BeginPoints. The beginpoints should have filter names that are unique within that BeginPoints collection.

See Also

Reference

ParameterDefinition Class
ParameterDefinition Members
Microsoft.PerformancePoint.Scorecards Namespace