 | ParcelWithTrackingDtoGrossWeight Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal? GrossWeight { get; set; }
Public Property GrossWeight As Decimal?
Get
Set
public:
property Nullable<Decimal> GrossWeight {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member GrossWeight : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also