Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > ProductSalePrice Class > ProductSalePrice Properties > AutomaticValue Property 

Drukuj

.NET Framework Class Library

ProductSalePrice.AutomaticValue Property

Flaga oznaczająca, czy wartość ceny ma być automatycznie obliczona na podstawie ceny bazowej w przypadku, gdy jest ona z nią powiązana.

Pole wykorzystywane jest tylko do zapisu.

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 AutomaticValue As Boolean
 Get
 Set

C#

public bool AutomaticValue { getset; }

Visual C++

public:
property bool AutomaticValue {
 bool get ();
 void set (bool value);
}

JavaScript

function get_automaticValue();
function set_automaticValue(value);

See Also

ProductSalePrice Class

ProductSalePrice Members

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