 |
BankAccountReceiptMappingID Property |
Receipt Mapping I D
Created in Epic SDK 2019.
Namespace:
ASI.TAM.API.Data.UI.Configure.GeneralLedger
Assembly:
ASI.TAM.API.Data.UI.Configure.GeneralLedger (in ASI.TAM.API.Data.UI.Configure.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<int> ReceiptMappingID { get; set; }
Public Property ReceiptMappingID As Nullable(Of Integer)
Get
Set
Dim instance As BankAccount
Dim value As Nullable(Of Integer)
value = instance.ReceiptMappingID
instance.ReceiptMappingID = value
Property Value
Type:
NullableInt32
ReceiptMappingID As Integer?.
Remarks Note |
---|
- Name - ReceiptMappingID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Lookup - MappingFile
- Auto Validated - True
|
See Also