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
prop
Type: System.StringThe property to create.
Return Value
Type: System.String
The internal unique name for the property.