IProfileCurrencies Property | |
Gets or sets Currencies
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<Currency> Currencies { get; set; }
property List<Currency^>^ Currencies {
List<Currency^>^ get ();
void set (List<Currency^>^ value);
}
function get_Currencies();
function set_Currencies(value);
Property Value
Type:
ListCurrencySee Also