Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductPricesEdit Class > ProductPricesEdit Properties > SalePrices Property 

Drukuj

.NET Framework Class Library

ProductPricesEdit.SalePrices Property

Lista cen sprzedaży towaru. Lista zawiera wszystkie aktywne w firmie typy cen sprzedaży.

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

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 SalePrices As List(Of ProductSalePrice)
 Get
 Set

C#

public List<ProductSalePriceSalePrices { getset; }

Visual C++

public:
property List<ProductSalePrice^>^ SalePrices {
 List<ProductSalePrice^>^ get ();
 void set (List<ProductSalePrice^>^ value);
}

JavaScript

function get_salePrices();
function set_salePrices(value);

See Also

ProductPricesEdit Class

ProductPricesEdit Members

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