Get the friendly currency display name


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CurrencyName As String
C#
public string CurrencyName { get; }
C++
public property string CurrencyName sealed  {
    String get();
}
J#
/** property */
public string get_CurrencyName();
JScript
public function get CurrencyName() : String

See Also