 | SalesOrderShipmentDtoParcels Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[XmlElementAttribute(IsNullable = true)]
public List<ParcelWithTrackingDto> Parcels { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property Parcels As List(Of ParcelWithTrackingDto)
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property List<ParcelWithTrackingDto^>^ Parcels {
List<ParcelWithTrackingDto^>^ get ();
void set (List<ParcelWithTrackingDto^>^ value);
}
[<XmlElementAttribute(IsNullable = true)>]
member Parcels : List<ParcelWithTrackingDto> with get, set
Property Value
Type:
ListParcelWithTrackingDto
See Also