 |
EmployeeBenefitsEmployeeBenefitsEmployeeClassItems Property |
Used to store a collection of Employee Class Items.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic EmployeeClassItems EmployeeBenefitsEmployeeClassItems { get; set; }
Public Property EmployeeBenefitsEmployeeClassItems As EmployeeClassItems
Get
Set
Dim instance As EmployeeBenefits
Dim value As EmployeeClassItems
value = instance.EmployeeBenefitsEmployeeClassItems
instance.EmployeeBenefitsEmployeeClassItems = value
Property Value
Type:
EmployeeClassItems
EmployeeBenefitsEmployeeClassItems As Collection.
Remarks Note |
---|
- Name - EmployeeBenefitsEmployeeClassItems
|
See Also