Share via


KpiNumberFormatProperties.AdditionalTextRight property

The string to add to the right of the formatted number.

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

Syntax

'Declaration
Public Property AdditionalTextRight As String
    Get
    Set
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As String

value = instance.AdditionalTextRight

instance.AdditionalTextRight = value
public string AdditionalTextRight { get; set; }

Property value

Type: System.String

Implements

INumericFormatProperties.AdditionalTextRight

See also

Reference

KpiNumberFormatProperties class

KpiNumberFormatProperties members

Microsoft.PerformancePoint.Scorecards.Formatting namespace