Account.CurrencyId Property
Gets or sets the base currency of this account.
public byte CurrencyId {get; set;}
This language is not supported or no code example is available.
public:
property Byte CurrencyId {
Byte get( );
void set(
Byte value
);
}
This language is not supported or no code example is available.
public function get CurrencyId() : byte;
public function set CurrencyId(value : byte);
This language is not supported or no code example is available.
Property Value
byte
In this article
Definition