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

Drukuj

.NET Framework Class Library

PriceFactor.ContractorKindId Property

Id rodzaju kontrahenta, z którego pochodzi współczynnik.

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 ContractorKindId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intContractorKindId { getset; }

Visual C++

public:
property Nullable<intContractorKindId {
 Nullable<intget ();
 void set (Nullable<intvalue);
}

JavaScript

function get_contractorKindId();
function set_contractorKindId(value);

See Also

PriceFactor Class

PriceFactor Members

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