Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > ProductMap Class > ProductMap Properties > ErpProductId Property 

Drukuj

.NET Framework Class Library

ProductMap.ErpProductId 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 ErpProductId As Integer
 Get
 Set

C#

public int ErpProductId { getset; }

Visual C++

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

JavaScript

function get_erpProductId();
function set_erpProductId(value);

See Also

ProductMap Class

ProductMap Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace