Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > PriceFactorCriteria Class > PriceFactorCriteria Properties > PeriodPricing Property 

Drukuj

.NET Framework Class Library

PriceFactorCriteria.PeriodPricing Property

Czy uwzględnić cenniki ograniczone czasowo.

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

C#

public bool PeriodPricing { getset; }

Visual C++

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

JavaScript

function get_periodPricing();
function set_periodPricing(value);

See Also

PriceFactorCriteria Class

PriceFactorCriteria Members

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