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.StringThe 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