Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductListElement Class > ProductListElement Properties > Unit Property 

Drukuj

.NET Framework Class Library

ProductListElement.Unit Property

Ewidencyjna jednostka miary.

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 Unit As String
 Get
 Set

C#

public string Unit { getset; }

Visual C++

public:
property StringUnit {
 Stringget ();
 void set (Stringvalue);
}

JavaScript

function get_unit();
function set_unit(value);

Remarks

Pole tylko do odczytu.

See Also

ProductListElement Class

ProductListElement Members

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