 |
PaymentExpenseIndemnityReserved Property |
Indemnity Reserved
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 Nullable<decimal> IndemnityReserved { get; set; }
Public Property IndemnityReserved As Nullable(Of Decimal)
Get
Set
Dim instance As PaymentExpense
Dim value As Nullable(Of Decimal)
value = instance.IndemnityReserved
instance.IndemnityReserved = value
Property Value
Type:
NullableDecimal
IndemnityReserved As Decimal?.
Remarks Note |
---|
- Name - IndemnityReserved
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 15
|
See Also