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

Drukuj

.NET Framework Class Library

ProductBarcodes.Barcodes Property

Kolekcja obiektów ProductBarcode.

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);

Remarks

Pole tylko do odczytu.

See Also

ProductBarcodes Class

ProductBarcodes Members

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