 | ManifestMaterialProfilePartialEntityStateWasteCodes Property |
Gets or sets the state waste codes.
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<HazardousMaterialCodePartialEntity> StateWasteCodes { get; set; }
Public Property StateWasteCodes As IList(Of HazardousMaterialCodePartialEntity)
Get
Set
Property Value
Type:
IListHazardousMaterialCodePartialEntity
The state waste codes.
See Also