KpiDetailsPropertiesHelper.GetPropertyName Method (KpiDetailsProperties)
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 ( _
e As KpiDetailsProperties _
) As String
'Usage
Dim e As KpiDetailsProperties
Dim returnValue As String
returnValue = KpiDetailsPropertiesHelper.GetPropertyName(e)
public static string GetPropertyName(
KpiDetailsProperties e
)
Parameters
e
Type: Microsoft.PerformancePoint.Scorecards.KpiDetailsPropertiesThe specified property.
Return Value
Type: System.String
The name of the specified property, with the InternalProperty prefix added.
See Also
Reference
KpiDetailsPropertiesHelper Class