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

Drukuj

.NET Framework Class Library

PriceCalculation.DepartmentId Property

Id działu. 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 DepartmentId As Integer
 Get
 Set

C#

public int DepartmentId { getset; }

Visual C++

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

JavaScript

function get_departmentId();
function set_departmentId(value);

See Also

PriceCalculation Class

PriceCalculation Members

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