CurrencyRecord Property

The CurrencyRecord property returns the CurrencyRecord object to which the CurrencyRate object applies.

Syntax

CurrencyRate .CurrencyRecord

Applies To

CurrencyRate Object

Discussion

Each CurrencyRecord object represents a row of currency conversion information in a currency table. For example, use the CountryCode property of the CurrencyRecord object to return the country or region code to which the record and currency rate are associated.

A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.

Type

Object - CurrencyRecord

Access

Read