Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels Namespace > DocumentRecord Class > DocumentRecord Properties > ReportAccount Property 

Drukuj

.NET Framework Class Library

DocumentRecord.ReportAccount Property

Flaga określająca zapis na konto kasy dla raportu kasowego. Odpowiednik pola [kontoRap] z obiektu PZapis.

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 ReportAccount As Boolean
 Get
 Set

C#

public bool ReportAccount { getset; }

Visual C++

public:
property bool ReportAccount {
 bool get ();
 void set (bool value);
}

JavaScript

function get_reportAccount();
function set_reportAccount(value);

See Also

DocumentRecord Class

DocumentRecord Members

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