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

Drukuj

.NET Framework Class Library

Product.Dimensions Property

Lista wymiarów towaru.

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 Dimensions As List(Of Dimension)
 Get
 Set

C#

public List<DimensionDimensions { getset; }

Visual C++

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

JavaScript

function get_dimensions();
function set_dimensions(value);

See Also

Product Class

Product Members

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