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