Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > Product Class > Product Properties > Id Property 

Drukuj

.NET Framework Class Library

Product.Id Property

Id towaru. Odpowiednik pola [id] z obiektu BTowar.

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

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

Syntax

Visual Basic

Public Property Id As Nullable(Of Integer)
 Get
 Set

C#

public Nullable<intId { getset; }

Visual C++

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

JavaScript

function get_id();
function set_id(value);

Remarks

Przy aktualizacji, pole wykorzystywane jest jako pierwsze do załadowania odpowiedniego obiektu BTowar.

See Also

Product Class

Product Members

Sage.PL.WebAPI.Interface.Products.ViewModels Namespace