Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductListElementSalePrice Class > ProductListElementSalePrice Properties > Value Property 

Drukuj

.NET Framework Class Library

ProductListElementSalePrice.Value Property

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

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 Value As Decimal
 Get
 Set

C#

public decimal Value { getset; }

Visual C++

public:
property Decimal Value {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_value();
function set_value(value);

See Also

ProductListElementSalePrice Class

ProductListElementSalePrice Members

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