 | CustomerSitePartialEntityAccessTimes Property |
Gets or sets the access times.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Address
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<CustomerSiteAccessTimePartialEntity> AccessTimes { get; set; }
Public Property AccessTimes As IList(Of CustomerSiteAccessTimePartialEntity)
Get
Set
Property Value
Type:
IListCustomerSiteAccessTimePartialEntity
The access times.
See Also