 |
SplitItemV1LineID Property |
Required if AttachTo is Line. If unspecified, defaulted to the first line if AttachTo is Policy.
If it is a multi-carrier line then the MultiCarrierScheduleID also needs to be populated.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic int LineID { get; set; }
Public Property LineID As Integer
Get
Set
Dim instance As SplitItemV1
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
- Ignored On Insert - False
- Ignored On Update - False
- Ignored On Get - False
|
See Also