 | ManifestMaterialProfilePartialEntityChemicals Property |
Gets or sets the chemicals.
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<ManifestMaterialProfileChemicalCodePartialEntity> Chemicals { get; set; }
Public Property Chemicals As IList(Of ManifestMaterialProfileChemicalCodePartialEntity)
Get
Set
Property Value
Type:
IListManifestMaterialProfileChemicalCodePartialEntity
The chemicals.
See Also