Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
prop
Type: System.StringThe property to create.
Return Value
Type: System.String
The effective date unique name for the property.