 |
BankBankDetailValue Property |
Used to expose properties contained in the detail screen.
Created in Epic SDK 2018.
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 BankDetail BankDetailValue { get; set; }
Public Property BankDetailValue As BankDetail
Get
Set
Dim instance As Bank
Dim value As BankDetail
value = instance.BankDetailValue
instance.BankDetailValue = value
Property Value
Type:
BankDetail
BankDetailValue As Other.
Remarks Note |
---|
|
See Also