 |
AdjustorClaimID Property |
Unique identifier used to specify parent claim item containing current adjustor item.
Namespace:
ASI.TAM.API.Data.UI.Claim
Assembly:
ASI.TAM.API.Data.UI.Claim (in ASI.TAM.API.Data.UI.Claim.dll) Version: 2021.1.0.1
Syntaxpublic int ClaimID { get; set; }
Public Property ClaimID As Integer
Get
Set
Dim instance As Adjustor
Dim value As Integer
value = instance.ClaimID
instance.ClaimID = value
Property Value
Type:
Int32
Remarks
See Also