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

Drukuj

.NET Framework Class Library

Product.MinState Property

Stan minimalny towaru. Odpowiednik pola [stanMin] 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 MinState As Decimal
 Get
 Set

C#

public decimal MinState { getset; }

Visual C++

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

JavaScript

function get_minState();
function set_minState(value);

See Also

Product Class

Product Members

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