Share via


Tuple.UniqueName property

Gets the unique name of the tuple.

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

Syntax

'Declaration
Public ReadOnly Property UniqueName As String
    Get
'Usage
Dim instance As Tuple
Dim value As String

value = instance.UniqueName
public string UniqueName { get; }

Property value

Type: System.String
The unique name of the tuple.

See also

Reference

Tuple class

Tuple members

Microsoft.PerformancePoint.Scorecards namespace