 |
JournalEntryIsReadOnly Property |
Whether the parent policy is read only. Items of read only applications cannot be modified.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.JournalEntry
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
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 Note |
---|
|
See Also