 | MunicipalCustomerLookupResultEntityContainerTypes Property |
Gets or sets the container types.
Namespace:
AMCS.Elemos.IntegrationService.Entity.CasualCustomer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<ContainerTypePartialEntity> ContainerTypes { get; set; }
Public Property ContainerTypes As IList(Of ContainerTypePartialEntity)
Get
Set
Property Value
Type:
IListContainerTypePartialEntity
The container types.
See Also