 |
EmployeeCommissionGetResultEmployeeCommissions Property |
The array of Employee commissions to return.
Namespace:
ASI.TAM.API.Data.UI.Account.Commission
Assembly:
ASI.TAM.API.Data.UI.Account.Commission (in ASI.TAM.API.Data.UI.Account.Commission.dll) Version: 2021.1.0.391
Syntaxpublic EmployeeCommission[] EmployeeCommissions { get; set; }
Public Property EmployeeCommissions As EmployeeCommission()
Get
Set
Dim instance As EmployeeCommissionGetResult
Dim value As EmployeeCommission()
value = instance.EmployeeCommissions
instance.EmployeeCommissions = value
Property Value
Type:
EmployeeCommissionReturn Value
Type:
EmployeeCommission
Remarks
See Also