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

Drukuj

.NET Framework Class Library

Product.MaxState Property

Stan maksymalny towaru. Odpowiednik pola [stanMax] 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 MaxState As Decimal
 Get
 Set

C#

public decimal MaxState { getset; }

Visual C++

public:
property Decimal MaxState {
 Decimal get ();
 void set (Decimal value);
}

JavaScript

function get_maxState();
function set_maxState(value);

See Also

Product Class

Product Members

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