Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace > SaleDocumentPosition Class > SaleDocumentPosition Properties > PriceValuePLN Property 

Drukuj

.NET Framework Class Library

SaleDocumentPosition.PriceValuePLN Property

Cena w złotówkach.

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

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

Syntax

Visual Basic

Public Property PriceValuePLN As Decimal
 Get
 Set

C#

public decimal PriceValuePLN { getset; }

Visual C++

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

JavaScript

function get_priceValuePLN();
function set_priceValuePLN(value);

See Also

SaleDocumentPosition Class

SaleDocumentPosition Members

Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace