Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentVatRegisterCurrency Class > DocumentVatRegisterCurrency Properties > CurrencyRate Property 

Drukuj

.NET Framework Class Library

DocumentVatRegisterCurrency.CurrencyRate Property

Kurs waluty. Odpowiednik pola [Wartosc] z obiektu PPozycjaVAT.

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property CurrencyRate As Nullable(Of Decimal)
 Get
 Set

C#

public Nullable<decimalCurrencyRate { getset; }

Visual C++

public:
property Nullable<DecimalCurrencyRate {
 Nullable<Decimalget ();
 void set (Nullable<Decimalvalue);
}

JavaScript

function get_currencyRate();
function set_currencyRate(value);

See Also

DocumentVatRegisterCurrency Class

DocumentVatRegisterCurrency Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace