Sage.PL.WebAPI.Interface.Products.ViewModels.Prices Namespace > PriceFactorCriteria Class > PriceFactorCriteria Properties > DepartmentId Property 

Drukuj

.NET Framework Class Library

PriceFactorCriteria.DepartmentId Property

Id działu dla którego obowiązuje 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 DepartmentId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intDepartmentId { getset; }

Visual C++

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

JavaScript

function get_departmentId();
function set_departmentId(value);

See Also

PriceFactorCriteria Class

PriceFactorCriteria Members

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