 | InternetWaybillModelTotalWeight Property |
Total weight (kg).
Required.
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic Nullable<int> TotalWeight { get; set; }
Public Property TotalWeight As Nullable(Of Integer)
Get
Set
public:
virtual property Nullable<int> TotalWeight {
Nullable<int> get () sealed;
void set (Nullable<int> value) sealed;
}
abstract TotalWeight : Nullable<int> with get, set
override TotalWeight : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also