 |
BankIsReadOnly Property |
Whether the object is read only. Items of read only applications cannot be modified.
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
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 Bank
Dim value As Boolean
value = instance.IsReadOnly
instance.IsReadOnly = value
Property Value
Type:
Boolean
IsReadOnly As Boolean.
Remarks Note |
---|
|
See Also