Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentRecord Class > DocumentRecord Properties > CurrencyRateTableId Property 

Drukuj

.NET Framework Class Library

DocumentRecord.CurrencyRateTableId Property

Id tabeli kursu waluty. Odpowiednik pola [tabela] z obiektu PZapis.

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 CurrencyRateTableId As Integer
 Get
 Set

C#

public int CurrencyRateTableId { getset; }

Visual C++

public:
property int CurrencyRateTableId {
 int get ();
 void set (int value);
}

JavaScript

function get_currencyRateTableId();
function set_currencyRateTableId(value);

See Also

DocumentRecord Class

DocumentRecord Members

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