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

Drukuj

.NET Framework Class Library

ProductLogisticField.Value Property

Wartość informacji logistycznej.

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 Value As Nullable(Of Decimal)
 Get
 Set

C#

public Nullable<decimalValue { getset; }

Visual C++

public:
property Nullable<DecimalValue {
 Nullable<Decimalget ();
 void set (Nullable<Decimalvalue);
}

JavaScript

function get_value();
function set_value(value);

See Also

ProductLogisticField Class

ProductLogisticField Members

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