 |
ReconcileDetailItemSelected Property |
Used to indicate whether the reconcile direct bill commission transaction is selected.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2022.2.0.1054
Syntaxpublic bool Selected { get; set; }
Public Property Selected As Boolean
Get
Set
Dim instance As ReconcileDetailItem
Dim value As Boolean
value = instance.Selected
instance.Selected = value
Property Value
Type:
Boolean
Selected As Boolean.
Remarks Note |
---|
|
See Also