|  | 
| JournalEntryIsReadOnly Property  | 
 
  Whether the parent policy is read only. Items of read only applications cannot be modified.
Created in Epic SDK V5.0.
   ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
 Syntax
Syntaxpublic bool IsReadOnly { get; set; }Public Property IsReadOnly As Boolean
	Get
	Set
Dim instance As JournalEntry
Dim value As Boolean
value = instance.IsReadOnly
instance.IsReadOnly = value
Property Value
Type: 
Boolean
  IsReadOnly As Boolean.
 
 Remarks
Remarks|  Note | 
|---|
|  | 
 See Also
See Also