Share via


BpmProperty.CreateEffectiveDatePropertyUniqueName Method

Returns the effective date 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 CreateEffectiveDatePropertyUniqueName ( _
    prop As String _
) As String
'Usage
Dim prop As String
Dim returnValue As String

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

Parameters

Return Value

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

See Also

Reference

BpmProperty Class

BpmProperty Members

Microsoft.PerformancePoint.Scorecards Namespace