Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductBarcode Class > ProductBarcode Properties > UnitName Property 

Drukuj

.NET Framework Class Library

ProductBarcode.UnitName Property

Nazwa jednostki.

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

C#

public string UnitName { getset; }

Visual C++

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

JavaScript

function get_unitName();
function set_unitName(value);

Remarks

Pole tylko do odczytu.

See Also

ProductBarcode Class

ProductBarcode Members

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