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

Drukuj

.NET Framework Class Library

ProductBarcode.UnitOfMeasurementGuid Property

Unikalny identyfikator jednostki 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 UnitOfMeasurementGuid As Nullable(Of Guid)
 Get
 Set

C#

public Nullable<GuidUnitOfMeasurementGuid { getset; }

Visual C++

public:
property Nullable<GuidUnitOfMeasurementGuid {
 Nullable<Guidget ();
 void set (Nullable<Guidvalue);
}

JavaScript

function get_unitOfMeasurementGuid();
function set_unitOfMeasurementGuid(value);

See Also

ProductBarcode Class

ProductBarcode Members

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