Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > Product Class > Product Properties > BasePrice Property 

Drukuj

.NET Framework Class Library

Product.BasePrice Property

Cena bazowa towaru. Obiekt, który jest odpowiednikiem pola [cenaBaz] z obiektu BTowar.

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

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 BasePrice As ProductBasePrice
 Get
 Set

C#

public ProductBasePrice BasePrice { getset; }

Visual C++

public:
property ProductBasePriceBasePrice {
 ProductBasePriceget ();
 void set (ProductBasePricevalue);
}

JavaScript

function get_basePrice();
function set_basePrice(value);

See Also

Product Class

Product Members

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