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

Drukuj

.NET Framework Class Library

PriceList.AvailableOnMonday Property

Czy cennik obowiązuje w poniedziałek.

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

C#

public bool AvailableOnMonday { getset; }

Visual C++

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

JavaScript

function get_availableOnMonday();
function set_availableOnMonday(value);

See Also

PriceList Class

PriceList Members

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