Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > Document Class > Document Properties > CorrectionNumber Property 

Drukuj

.NET Framework Class Library

Document.CorrectionNumber Property

Nazwa własna dokumentu korygowanego. Odpowiednik pola [nazwaKor] z obiektu PDokument.

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 CorrectionNumber As String
 Get
 Set

C#

public string CorrectionNumber { getset; }

Visual C++

public:
property StringCorrectionNumber {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_correctionNumber();
function set_correctionNumber(value);

See Also

Document Class

Document Members

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