ParameterDefinition.ParameterUniqueName property

Gets or sets the unique identifier of this object.

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

Syntax

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

value = instance.ParameterUniqueName

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

Property value

Type: System.String
The unique identifier of this object.

See also

Reference

ParameterDefinition class

ParameterDefinition members

Microsoft.PerformancePoint.Scorecards namespace