Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Predefined Namespace > IDocumentRecordIssue Interface > IDocumentRecordIssue Properties > ParallelType Property 

Drukuj

.NET Framework Class Library

IDocumentRecordIssue.ParallelType Property

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

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

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

Property ParallelType As enumParallelType
 Get
 Set

C#

enumParallelType ParallelType { getset; }

Visual C++

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

JavaScript

function get_parallelType();
function set_parallelType(value);

See Also

IDocumentRecordIssue Interface

IDocumentRecordIssue Members

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