 | ManifestMaterialProfilePartialEntitySupplementals Property |
Gets or sets the supplementals.
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<SupplementalEntity> Supplementals { get; set; }
Public Property Supplementals As IList(Of SupplementalEntity)
Get
Set
Property Value
Type:
IListSupplementalEntity
The supplementals.
See Also