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

Drukuj

.NET Framework Class Library

PriceFactor.ConnectionType Property

Typ łączenia współczynnika.

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

PriceFactor Class

PriceFactor Members

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