 |
EmployeeCommissionAgreementValue Property |
Represents the Agreement tab for a commission
Created in Epic SDK V6.0.
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: 2020.1.0.523
Syntaxpublic CommissionAgreement AgreementValue { get; set; }
Public Property AgreementValue As CommissionAgreement
Get
Set
Dim instance As EmployeeCommission
Dim value As CommissionAgreement
value = instance.AgreementValue
instance.AgreementValue = value
Property Value
Type:
CommissionAgreement
AgreementValue As Other.
Remarks Note |
---|
|
See Also