BpmProperty.CreateEffectiveDatePropertyUniqueName Method (Microsoft.PerformancePoint.Scorecards)

Used by the system to create the effective date 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

  • prop
    The property to create.

Return Value

The unique name for the property.

See Also

Reference

BpmProperty Class
BpmProperty Members
Microsoft.PerformancePoint.Scorecards Namespace