 | MunicipalCustomerLookupResultEntityMaterials Property |
Gets or sets the materials.
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<MaterialPartialEntity> Materials { get; set; }
Public Property Materials As IList(Of MaterialPartialEntity)
Get
Set
Property Value
Type:
IListMaterialPartialEntity
The materials.
See Also