 |
SelectedItemCode Property |
Code of the corresponding selected item.
Lookup: Corresponding Lookup Auto-Validated.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic string Code { get; set; }
Public Property Code As String
Get
Set
Dim instance As SelectedItem
Dim value As String
value = instance.Code
instance.Code = value
Property Value
Type:
String
Code As String.
Remarks Note |
---|
- Name - Code
- Lookup - Corresponding lookup based on the criteria the code belongs to. For example, if the code is an agency code, then it will be validated using Agency lookup. Likewise for rest of the criteria.
- Auto Validated - True
|
See Also