 |
VoucherVoucherBankSubAccountNumberCode Property |
Used to specify the Sub Account number code.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic string VoucherBankSubAccountNumberCode { get; set; }
Public Property VoucherBankSubAccountNumberCode As String
Get
Set
Dim instance As Voucher
Dim value As String
value = instance.VoucherBankSubAccountNumberCode
instance.VoucherBankSubAccountNumberCode = value
Property Value
Type:
String
VoucherBankSubAccountNumberCode As String.
Remarks Note |
---|
- Name - VoucherBankSubAccountNumberCode
- Lookup - VoucherBankAccount
- Auto Validated - True
- Ignored On Update - True
|
See Also