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

Drukuj

.NET Framework Class Library

DocumentRecord.Transactions Property

Transakcje.

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 Transactions As List(Of DocumentTransaction)
 Get
 Set

C#

public List<DocumentTransactionTransactions { getset; }

Visual C++

public:
property List<DocumentTransaction^>^ Transactions {
 List<DocumentTransaction^>^ get ();
 void set (List<DocumentTransaction^>^ value);
}

JavaScript

function get_transactions();
function set_transactions(value);

See Also

DocumentRecord Class

DocumentRecord Members

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