 |
DirectBillCommissionIsReadOnly Property |
Whether the direct bill commission is read only. Items of read only commission cannot be modified.
Created in Epic SDK V7.0.
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.2.0.769
Syntaxpublic bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
Get
Set
Dim instance As DirectBillCommission
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