 |
PolicyV1PrefillID Property |
PrefillID
Created in Epic SDK V4.1.
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: 2021.1.0.1
Syntaxpublic Nullable<int> PrefillID { get; set; }
Public Property PrefillID As Nullable(Of Integer)
Get
Set
Dim instance As PolicyV1
Dim value As Nullable(Of Integer)
value = instance.PrefillID
instance.PrefillID = value
Property Value
Type:
NullableInt32
PrefillID As Integer?.
Remarks Note |
---|
- Name - PrefillID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Ignored On Update - True
- Ignored On Get - True
|
See Also