Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists Namespace > PriceList Class > PriceList Properties > Products Property 

Drukuj

.NET Framework Class Library

PriceList.Products Property

Lista produktów, których cennik dotyczy.

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

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

C#

public List<PriceListSubjectDetailsProducts { getset; }

Visual C++

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

JavaScript

function get_products();
function set_products(value);

See Also

PriceList Class

PriceList Members

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