 | UnservicableDateSearchResultEntityDates Property |
Gets or sets the unserviceable dates.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<DateTime> Dates { get; set; }
Public Property Dates As List(Of DateTime)
Get
Set
Property Value
Type:
ListDateTime
The unserviceable dates.
See Also