 |
PaymentExpensePaymentExpenseItems Property |
Represent collection of PaymentExpense items on the PaymentExpense screen for Claims in Epic.
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Claim
Assembly:
ASI.TAM.API.Data.UI.Claim (in ASI.TAM.API.Data.UI.Claim.dll) Version: 2020.1.0.1
Syntaxpublic PaymentExpenseItems PaymentExpenseItems { get; set; }
Public Property PaymentExpenseItems As PaymentExpenseItems
Get
Set
Dim instance As PaymentExpense
Dim value As PaymentExpenseItems
value = instance.PaymentExpenseItems
instance.PaymentExpenseItems = value
Property Value
Type:
PaymentExpenseItems
PaymentExpenseItems As Collection.
Remarks Note |
---|
- Name - PaymentExpenseItems
|
See Also