다음을 통해 공유


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