Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.SaleInvoice Namespace > DocumentRecordIssue Class > DocumentRecordIssue Properties > ParallelType Property 

Drukuj

.NET Framework Class Library

DocumentRecordIssue.ParallelType Property

Typ księgowania równoległego. Odpowiednik pola [zapisRownolegly] z obiektu PZapis.

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

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:
virtual property enumParallelType ParallelType {
 enumParallelType get () sealed;
 void set (enumParallelType valuesealed;
}

JavaScript

function get_parallelType();
function set_parallelType(value);

Implements

IDocumentRecordIssue.ParallelType

See Also

DocumentRecordIssue Class

DocumentRecordIssue Members

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