Sage.PL.WebAPI.Interface.Common.ViewModels Namespace > DocumentType Class > DocumentType Properties > CorrectionSerieId Property 

Drukuj

.NET Framework Class Library

DocumentType.CorrectionSerieId Property

Id serii typu dokumentu korekty.

Namespace: Sage.PL.WebAPI.Interface.Common.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Common (in Sage.PL.WebAPI.Interface.Common.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property CorrectionSerieId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intCorrectionSerieId { getset; }

Visual C++

public:
property Nullable<intCorrectionSerieId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_correctionSerieId();
function set_correctionSerieId(value);

See Also

DocumentType Class

DocumentType Members

Sage.PL.WebAPI.Interface.Common.ViewModels Namespace