Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > ProductItem Class > ProductItem Properties > ErpId Property 

Drukuj

.NET Framework Class Library

ProductItem.ErpId Property

Id towaru z programu Handel.

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property ErpId As Integer
 Get
 Set

C#

public int ErpId { getset; }

Visual C++

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

JavaScript

function get_erpId();
function set_erpId(value);

See Also

ProductItem Class

ProductItem Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace