Sage.PL.WebAPI.Interface.Products.ViewModels Namespace > ProductLogisticField Class > ProductLogisticField Properties > UnitTypeName Property 

Drukuj

.NET Framework Class Library

ProductLogisticField.UnitTypeName Property

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

C#

public string UnitTypeName { getset; }

Visual C++

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

JavaScript

function get_unitTypeName();
function set_unitTypeName(value);

See Also

ProductLogisticField Class

ProductLogisticField Members

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