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

Drukuj

.NET Framework Class Library

PriceList.ProductKinds Property

Lista rodzajów 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 ProductKinds As List(Of PriceListSubjectDetails)
 Get
 Set

C#

public List<PriceListSubjectDetailsProductKinds { getset; }

Visual C++

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

JavaScript

function get_productKinds();
function set_productKinds(value);

See Also

PriceList Class

PriceList Members

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