 |
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: 2020.1.0.523
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