ShipmentLineNetWeightkg Property |
The net weight of the entire batch of goods in kilograms. null means unknown.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> NetWeightkg { get; set; }
Public Property NetWeightkg As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ NetWeightkg {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member NetWeightkg : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also