Results Property
Contains a list of the currency conversion results.
Syntax
[VB.NET] Public ReadOnlyProperty Results As ConversionEstimateList
[C#] public ConversionEstimateList Results {get;}
Remarks
Each ConversionEstimate type's BaseAmount and BaseCode contain the original amount in the source currency. ConvertedAmount contains the equivalent amount in the currency code specified by the ConvertedCode field.
This property is read-only.