 | ShipmentConfirmationDtoShipmentLines Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<ShipmentConfirmationDtoShipmentLineDto> ShipmentLines { get; set; }
Public Property ShipmentLines As List(Of ShipmentConfirmationDtoShipmentLineDto)
Get
Set
public:
property List<ShipmentConfirmationDtoShipmentLineDto^>^ ShipmentLines {
List<ShipmentConfirmationDtoShipmentLineDto^>^ get ();
void set (List<ShipmentConfirmationDtoShipmentLineDto^>^ value);
}
member ShipmentLines : List<ShipmentConfirmationDtoShipmentLineDto> with get, set
Property Value
Type:
ListShipmentConfirmationDtoShipmentLineDto
See Also