Sage.PL.WebAPI.Interface.Products.ViewModels.PriceLists Namespace > PriceList Class > PriceList Properties > AvailableOnTuesday Property 

Drukuj

.NET Framework Class Library

PriceList.AvailableOnTuesday Property

Czy cennik obowiązuje w wtorek.

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

C#

public bool AvailableOnTuesday { getset; }

Visual C++

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

JavaScript

function get_availableOnTuesday();
function set_availableOnTuesday(value);

See Also

PriceList Class

PriceList Members

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