 | InternetWaybillModelTotalVolume Property |
Total volume (m³).
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic Nullable<float> TotalVolume { get; set; }
Public Property TotalVolume As Nullable(Of Single)
Get
Set
public:
virtual property Nullable<float> TotalVolume {
Nullable<float> get () sealed;
void set (Nullable<float> value) sealed;
}
abstract TotalVolume : Nullable<float32> with get, set
override TotalVolume : Nullable<float32> with get, set
Property Value
Type:
NullableSingle
See Also