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

Drukuj

.NET Framework Class Library

OssSaleDocumentPositionElement.ErpProductId Property

Identyfikator towaru z programu Handel. Pole wymagane w przypadku gdy pole ShopProductId jest puste.

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels.Sales

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 Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intErpProductId { getset; }

Visual C++

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

JavaScript

function get_erpProductId();
function set_erpProductId(value);

Remarks

Nie są obsługiwanie towary o typie zestaw.

See Also

OssSaleDocumentPositionElement Class

OssSaleDocumentPositionElement Members

Symfonia.WebAPI.Interface.OSS.ViewModels.Sales Namespace