Share via


BpmProperty.CreateInternalPropertyUniqueName method

Returns the internal unique name for the property.

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

Syntax

'Declaration
Public Shared Function CreateInternalPropertyUniqueName ( _
    prop As String _
) As String
'Usage
Dim prop As String
Dim returnValue As String

returnValue = BpmProperty.CreateInternalPropertyUniqueName(prop)
public static string CreateInternalPropertyUniqueName(
    string prop
)

Parameters

Return value

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

See also

Reference

BpmProperty class

BpmProperty members

Microsoft.PerformancePoint.Scorecards namespace