TransportationOrderLineWeightKg Property |
The weight of the cargo, in KG (kilogramms). null when it is unknown.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> WeightKg { get; set; }
Public Property WeightKg As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ WeightKg {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member WeightKg : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also