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

Drukuj

.NET Framework Class Library

PriceList.ConnectionType Property

Typ łączenia cennika.

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 ConnectionType As enumPriceListConnectionType
 Get
 Set

C#

public enumPriceListConnectionType ConnectionType { getset; }

Visual C++

public:
property enumPriceListConnectionType ConnectionType {
 enumPriceListConnectionType get ();
 void set (enumPriceListConnectionType value);
}

JavaScript

function get_connectionType();
function set_connectionType(value);

See Also

PriceList Class

PriceList Members

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