Currency type
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string CurrencyType { get; set; }public string CurrencyType { get; set; }Public Property CurrencyType As String
Get
Set
Public Property CurrencyType As String
Get
Set
public:
property String^ CurrencyType {
String^ get ();
void set (String^ value);
}public:
property String^ CurrencyType {
String^ get ();
void set (String^ value);
}member CurrencyType : string with get, set
member CurrencyType : string with get, set