 |
TransactionV1PolicyID Property |
Unique identifier used to specify policy item associated with the transaction. PolicyID is required when attach to option is Policy, otherwise ignored. Use Get_Policy and search by Account ID.
Created in Epic SDK V3.0.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic int PolicyID { get; set; }
Public Property PolicyID As Integer
Get
Set
Dim instance As TransactionV1
Dim value As Integer
value = instance.PolicyID
instance.PolicyID = value
Property Value
Type:
Int32
PolicyID As Integer.
Remarks Note |
---|
- Name - PolicyID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
|
See Also