 | MunicipalCustomerZonePricesResultEntityZoneServiceAgreements Property |
Gets or sets the zone service agreements.
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<ZoneServiceAgreementEntity> ZoneServiceAgreements { get; set; }
Public Property ZoneServiceAgreements As IList(Of ZoneServiceAgreementEntity)
Get
Set
Property Value
Type:
IListZoneServiceAgreementEntity
The zone service agreements.
See Also