 | SiteOrderItemEntity.AssociatedContainer Property |
Gets or sets the associated container.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer.Order
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ContainerPartialEntity AssociatedContainer { get; set; }
Public Property AssociatedContainer As ContainerPartialEntity
Get
Set
Property Value
Type:
ContainerPartialEntity
The associated container.
See Also