Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom 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.Custom

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 Nullable(Of enumParallelType)
 Get
 Set

C#

public Nullable<enumParallelTypeParallelType { getset; }

Visual C++

public:
property Nullable<enumParallelTypeParallelType {
 Nullable<enumParallelTypeget ();
 void set (Nullable<enumParallelTypevalue);
}

JavaScript

function get_parallelType();
function set_parallelType(value);

See Also

DocumentRecordIssue Class

DocumentRecordIssue Members

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