BpmProperty.UniqueName property

Gets or sets the unique name for the property.

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

Syntax

'Declaration
Public Overridable Property UniqueName As String
    Get
    Set
'Usage
Dim instance As BpmProperty
Dim value As String

value = instance.UniqueName

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

Property value

Type: System.String
The unique name for the property.

Exceptions

Exception Condition
BpmException

Is thrown with InvalidCharacters if the unique name contains the following special characters: [ ] . \ ~ # % & * { } | ' : " / ? < >..

Remarks

UniqueName is used internally. UniqueName value is missing. This value must be set, but it is rewritten by the system as needed. The name can be set once only. This object is used as a key for a hash table, and the key cannot contain the special characters.

See also

Reference

BpmProperty class

BpmProperty members

Microsoft.PerformancePoint.Scorecards namespace