 | InitiateAutoPayResultEntityDaysOfWeek Property |
Gets or sets the days of week.
Namespace:
AMCS.Elemos.IntegrationService.Entity.AutoPay
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<DayOfWeekPartialEntity> DaysOfWeek { get; set; }
Public Property DaysOfWeek As IList(Of DayOfWeekPartialEntity)
Get
Set
Property Value
Type:
IListDayOfWeekPartialEntity
The days of week.
See Also