 | CustomerPartialEntityCustomerSites Property |
Gets or sets the customer sites.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<CustomerSiteLocationPartialEntity> CustomerSites { get; set; }
Public Property CustomerSites As List(Of CustomerSiteLocationPartialEntity)
Get
Set
Property Value
Type:
ListCustomerSiteLocationPartialEntity
The customer sites.
See Also