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

Drukuj

.NET Framework Class Library

PriceList.MinimalPriority Property

Minimalny priorytet cennika, z którym się może cennik łączyć.

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 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

PriceList Class

PriceList Members

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