다음을 통해 공유


INumericFormatProperties.CurrencySymbol Property

Gets or sets the symbol that is used for the currency format.

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

Syntax

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

value = instance.CurrencySymbol

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

Property Value

Type: System.String
The symbol that is used for the currency format.

See Also

Reference

INumericFormatProperties Interface

INumericFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace