Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceOrderProductResult Class > PriceOrderProductResult Properties > Price Property 

Drukuj

.NET Framework Class Library

PriceOrderProductResult.Price Property

Cena towaru.

Namespace: Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations

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

Syntax

Visual Basic

Public Property Price As Decimal
 Get
 Set

C#

public decimal Price { getset; }

Visual C++

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

JavaScript

function get_price();
function set_price(value);

See Also

PriceOrderProductResult Class

PriceOrderProductResult Members

Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace