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

Drukuj

.NET Framework Class Library

IDocumentRecordIssue.ValuePLN Property

Kwota zapisu w złotówkach. Odpowiednik pola [kwota] 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 ValuePLN As Decimal
 Get
 Set

C#

decimal ValuePLN { getset; }

Visual C++

property Decimal ValuePLN {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_valuePLN();
function set_valuePLN(value);

See Also

IDocumentRecordIssue Interface

IDocumentRecordIssue Members

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