Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > PriceFactor Class > PriceFactor Properties > MinimalPriority Property 

Drukuj

.NET Framework Class Library

PriceFactor.MinimalPriority Property

Minimalny priorytet współczynnika, z którym się może współczynnik łączyć.

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

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 MinimalPriority As Integer
 Get
 Set

C#

public int MinimalPriority { getset; }

Visual C++

public:
property int MinimalPriority {
 int get ();
 void set (int value);
}

JavaScript

function get_minimalPriority();
function set_minimalPriority(value);

See Also

PriceFactor Class

PriceFactor Members

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