BpmProperty.UniqueName Property (Microsoft.PerformancePoint.Scorecards)

The unique name for the property. Used internally.

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

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Overridable Property UniqueName As String
'Usage
Dim instance As BpmProperty
Dim value As String

value = instance.UniqueName

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

Exceptions

Exception type Condition

BpmException

Is thrown with ErrorCode.InvalidCharacters if the unique name contains special characters.

Remarks

The name can be set once only. This property is used as a key for a hash table. The key cannot contain the special characters [ ] . \ ~ # % & * { } | ' : " / ? < >.. The BpmProperty.UniqueName property is used internally. The Validate function will fail if the UniqueName value is missing. This value must be set, but it will be rewritten by the system as needed.

See Also

Reference

BpmProperty Class
BpmProperty Members
Microsoft.PerformancePoint.Scorecards Namespace