Share via


KpiDetailsPropertiesHelper.GetPropertyName method (String)

Returns the name of the specified property, with the InternalProperty prefix added.

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

Syntax

'Declaration
Public Shared Function GetPropertyName ( _
    property As String _
) As String
'Usage
Dim property As String
Dim returnValue As String

returnValue = KpiDetailsPropertiesHelper.GetPropertyName(property)
public static string GetPropertyName(
    string property
)

Parameters

  • property
    Type: System.String

    The name of the specified property.

Return value

Type: System.String
The name of the specified property, with the InternalProperty prefix added.

See also

Reference

KpiDetailsPropertiesHelper class

KpiDetailsPropertiesHelper members

GetPropertyName overload

Microsoft.PerformancePoint.Scorecards namespace