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

Drukuj

.NET Framework Class Library

ProductMapCreate.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

ProductMapCreate Class

ProductMapCreate Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace