 |
SummaryPolicyItemLineID Property |
Unique identifier used to specify related line item.
Required
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 LineID { get; set; }
Public Property LineID As Integer
Get
Set
Dim instance As SummaryPolicyItem
Dim value As Integer
value = instance.LineID
instance.LineID = value
Property Value
Type:
Int32
LineID As Integer.
Remarks Note |
---|
- Name - LineID
- Is Identity - True
- Required On Insert - True
- Required On Update - True
|
See Also