Share via


KpiNumberFormatProperties.CurrencySymbol property

The symbol used to represent the currency format.

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

Syntax

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

value = instance.CurrencySymbol

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

Property value

Type: System.String

Implements

INumericFormatProperties.CurrencySymbol

See also

Reference

KpiNumberFormatProperties class

KpiNumberFormatProperties members

Microsoft.PerformancePoint.Scorecards.Formatting namespace