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