 |
JournalEntryJournalEntryID Property |
Unique identifier used to specify [current item].
Created in Epic SDK V5.0.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.JournalEntry
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
Syntaxpublic int JournalEntryID { get; set; }
Public Property JournalEntryID As Integer
Get
Set
Dim instance As JournalEntry
Dim value As Integer
value = instance.JournalEntryID
instance.JournalEntryID = value
Property Value
Type:
Int32
JournalEntryID As Integer.
Remarks Note |
---|
- Name - JournalEntryID
- Is Identity - True
- Required On Insert - False
- Required On Update - True
|
See Also