Share via


ExchangeRateHelper.parmFromCurrency Method [AX 2012]

Gets or sets the FromCurrency parameter.

Syntax

public CurrencyCode parmFromCurrency([CurrencyCode _fromCurrency])

Run On

Called

Parameters

Return Value

Type: CurrencyCode Extended Data Type
The value of the FromCurrency parameter.

Remarks

This property specifies the from currency that is used when the system is retrieving exchange rate information.

The default value of the property is an empty string so that it must be passed on construction or set before the code calls instance methods.

See Also

Reference

ExchangeRateHelper Class