Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Predefined Namespace > IDocumentTransactionIssueExtended Interface > IDocumentTransactionIssueExtended Properties > Value Property 

Drukuj

.NET Framework Class Library

IDocumentTransactionIssueExtended.Value Property

Kwota transakcji w walucie. Odpowiednik pola [kwota_w] z obiektu PTransakcja.

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 Value As Decimal
 Get
 Set

C#

decimal Value { getset; }

Visual C++

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

JavaScript

function get_value();
function set_value(value);

See Also

IDocumentTransactionIssueExtended Interface

IDocumentTransactionIssueExtended Members

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