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