Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace > SaleDocumentPosition Class > SaleDocumentPosition Properties > ProductId Property 

Drukuj

.NET Framework Class Library

SaleDocumentPosition.ProductId Property

Id towaru.

Namespace: Sage.PL.WebAPI.Interface.Sales.ViewModels

Assembly:  Sage.PL.WebAPI.Interface.Sales (in Sage.PL.WebAPI.Interface.Sales.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Property ProductId As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intProductId { getset; }

Visual C++

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

JavaScript

function get_productId();
function set_productId(value);

See Also

SaleDocumentPosition Class

SaleDocumentPosition Members

Sage.PL.WebAPI.Interface.Sales.ViewModels Namespace