Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > Product Class > Product Properties > PriceNegotiation Property 

Drukuj

.NET Framework Class Library

Product.PriceNegotiation Property

Flaga oznaczająca, cena towaru może podlegać negocjacji. Odpowiednik pola [negocjacjaCen] z obiektu BTowar.

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

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

C#

public bool PriceNegotiation { getset; }

Visual C++

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

JavaScript

function get_priceNegotiation();
function set_priceNegotiation(value);

See Also

Product Class

Product Members

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