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

Drukuj

.NET Framework Class Library

PriceListDetails.Value Property

Wartość pozycji cennika.

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 Value As Nullable(Of Decimal)
 Get
 Set

C#

public Nullable<decimalValue { getset; }

Visual C++

public:
property Nullable<DecimalValue {
 Nullable<Decimalget ();
 void set (Nullable<Decimalvalue);
}

JavaScript

function get_value();
function set_value(value);

See Also

PriceListDetails Class

PriceListDetails Members

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