Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceCalculation Class > PriceCalculation Properties > ContractorId Property 

Drukuj

.NET Framework Class Library

PriceCalculation.ContractorId Property

Id kontrahenta. Pole jest wymagane.

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

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

C#

public int ContractorId { getset; }

Visual C++

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

JavaScript

function get_contractorId();
function set_contractorId(value);

See Also

PriceCalculation Class

PriceCalculation Members

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