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

Drukuj

.NET Framework Class Library

PriceOrderResult.Products Property

Lista towarów, dla których została wyliczona cena.

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 PriceOrderProductResult)
 Get
 Set

C#

public List<PriceOrderProductResultProducts { getset; }

Visual C++

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

JavaScript

function get_products();
function set_products(value);

See Also

PriceOrderResult Class

PriceOrderResult Members

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