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