Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace > PurchaseDocumentPosition Class > PurchaseDocumentPosition Properties > NetValue Property 

Drukuj

.NET Framework Class Library

PurchaseDocumentPosition.NetValue Property

Wartość netto w walucie.

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

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

Syntax

Visual Basic

Public Property NetValue As Decimal
 Get
 Set

C#

public decimal NetValue { getset; }

Visual C++

public:
property Decimal NetValue {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_netValue();
function set_netValue(value);

See Also

PurchaseDocumentPosition Class

PurchaseDocumentPosition Members

Sage.PL.WebAPI.Interface.Purchases.ViewModels Namespace