Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > PriceFactor Class > PriceFactor Properties > TimeLimited Property 

Drukuj

.NET Framework Class Library

PriceFactor.TimeLimited Property

Czy współczynnik jest ograniczono czasowo - obowiązuje w określone dni lub w określonym zakresie dat.

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

C#

public bool TimeLimited { getset; }

Visual C++

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

JavaScript

function get_timeLimited();
function set_timeLimited(value);

See Also

PriceFactor Class

PriceFactor Members

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