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

Drukuj

.NET Framework Class Library

PriceList.ForAllContractors Property

Znacznik, czy cennik obowiązuje dla wszystkich kontrahentów.

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

C#

public bool ForAllContractors { getset; }

Visual C++

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

JavaScript

function get_forAllContractors();
function set_forAllContractors(value);

See Also

PriceList Class

PriceList Members

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