 |
PolicyV1LineID Property |
Unique identify used to specify a specific line.
Created in Epic SDK 2016.
Namespace:
ASI.TAM.API.Data.UI.Account.Policy
Assembly:
ASI.TAM.API.Data.UI.Account.Policy (in ASI.TAM.API.Data.UI.Account.Policy.dll) Version: 2020.1.0.1
Syntaxpublic int LineID { get; set; }
Public Property LineID As Integer
Get
Set
Dim instance As PolicyV1
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 - False
- Required On Update - False
|
See Also