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

Drukuj

.NET Framework Class Library

DocumentRecord.ParallelType Property

Typ księgowania równoległego. Odpowiednik pola [zapisRownolegly] 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 ParallelType As enumParallelType
 Get
 Set

C#

public enumParallelType ParallelType { getset; }

Visual C++

public:
property enumParallelType ParallelType {
 enumParallelType get ();
 void set (enumParallelType value);
}

JavaScript

function get_parallelType();
function set_parallelType(value);

See Also

DocumentRecord Class

DocumentRecord Members

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