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

Drukuj

.NET Framework Class Library

PriceOrderCriteria.Products Property

Lista towarów, dla których ma zostać wyliczona cena. Pole jest wymagane.

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 Products As List(Of PriceOrderProductCriteria)
 Get
 Set

C#

public List<PriceOrderProductCriteriaProducts { getset; }

Visual C++

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

JavaScript

function get_products();
function set_products(value);

See Also

PriceOrderCriteria Class

PriceOrderCriteria Members

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