 | MunicipalCustomerLookupResultEntityServiceFrequencies Property |
Gets or sets the service frequencies.
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<ServiceFrequencyPartialEntity> ServiceFrequencies { get; set; }
Public Property ServiceFrequencies As IList(Of ServiceFrequencyPartialEntity)
Get
Set
Property Value
Type:
IListServiceFrequencyPartialEntity
The service frequencies.
See Also