TransportationRequisitionLineVolumeCbm Property |
The volume of the cargo, in CBM (cubic meters). 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> VolumeCbm { get; set; }
Public Property VolumeCbm As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ VolumeCbm {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member VolumeCbm : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also