|  | 
| JournalEntryJournalEntryID Property  | 
 
  Unique identifier used to specify [current item].
Created in Epic SDK V5.0.
Sometimes Required
   ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
 Syntax
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
Remarks|  Note | 
|---|
| Name -  JournalEntryIDIs Identity -  TrueRequired On Insert -  FalseRequired On Update -  True
 | 
 See Also
See Also