CdxShipmentStatus of this CDX vehicle
Namespace:
CarDeliveryNetwork.Api.Data
Assembly:
CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3008.0 (3.2.3008)
public Nullable<CdxShipmentStatus> CdxDeliveryStatus { get; set; }
Public Property CdxDeliveryStatus As Nullable(Of CdxShipmentStatus)
Get
Set
public:
property Nullable<CdxShipmentStatus> CdxDeliveryStatus {
Nullable<CdxShipmentStatus> get ();
void set (Nullable<CdxShipmentStatus> value);
}
Property Value
Type:
NullableCdxShipmentStatus
Reference