Sage.PL.WebAPI.Interface.Products.ViewModels.PriceCalculations Namespace > PriceCalculationProduct Class > PriceCalculationProduct Properties > Id Property 

Drukuj

.NET Framework Class Library

PriceCalculationProduct.Id Property

Id towaru. 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 Id As Integer
 Get
 Set

C#

public int Id { getset; }

Visual C++

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

JavaScript

function get_id();
function set_id(value);

See Also

PriceCalculationProduct Class

PriceCalculationProduct Members

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