 | CasualCustomerServiceSearchCriteria.ServiceIds Property |
Gets or sets the service ids.
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<int> ServiceIds { get; set; }
Public Property ServiceIds As IList(Of Integer)
Get
Set
Property Value
Type:
IList<Int32>
The service ids.
See Also