WarrantyServiceEventItems Property |  |
Zoznam položiek udalostí.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic List<WarrantyServiceEventItem> EventItems { get; set; }
Public Property EventItems As List(Of WarrantyServiceEventItem)
Get
Set
Dim instance As WarrantyService
Dim value As List(Of WarrantyServiceEventItem)
value = instance.EventItems
instance.EventItems = value
Property Value
ListWarrantyServiceEventItem
See Also