 |
ReceiptIsReadOnly Property |
Whether the receipt is read only. Read only receipts cannot be modified.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
Get
Set
Dim instance As Receipt
Dim value As Boolean
value = instance.IsReadOnly
instance.IsReadOnly = value
Property Value
Type:
Boolean
IsReadOnly As Boolean.
Remarks Note |
---|
- Name - IsReadOnly
- Read Only - True
|
See Also