ExecutionMessage.CurrencyId Property

Gets or sets the currency identifier.
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

The currency identifier.

In this article

Definition