 | ManifestMaterialProfilePartialEntityTransportations Property |
Gets or sets the transportations.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Weighing
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<DOTTransportationPartialEntity> Transportations { get; set; }
Public Property Transportations As IList(Of DOTTransportationPartialEntity)
Get
Set
Property Value
Type:
IListDOTTransportationPartialEntity
The transportations.
See Also