 |
BrokerCommissionIsReadOnly Property |
Whether the parent policy is read only. Items of read only applications cannot be modified.
Created in Epic SDK V6.0.
Namespace:
ASI.TAM.API.Data.UI.Account.Commission
Assembly:
ASI.TAM.API.Data.UI.Account.Commission (in ASI.TAM.API.Data.UI.Account.Commission.dll) Version: 2021.2.0.769
Syntaxpublic bool IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean
Get
Set
Dim instance As BrokerCommission
Dim value As Boolean
value = instance.IsReadOnly
instance.IsReadOnly = value
Property Value
Type:
Boolean
IsReadOnly As Boolean.
Remarks Note |
---|
|
See Also