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

Drukuj

.NET Framework Class Library

Product.Barcodes Property

Lista kodów paskowych oraz jednostek miar do których zostały przypisane.

Pole tylko do odczytu.

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 Barcodes As List(Of ProductBarcode)
 Get
 Set

C#

public List<ProductBarcodeBarcodes { getset; }

Visual C++

public:
property List<ProductBarcode^>^ Barcodes {
 List<ProductBarcode^>^ get ();
 void set (List<ProductBarcode^>^ value);
}

JavaScript

function get_barcodes();
function set_barcodes(value);

See Also

Product Class

Product Members

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