 |
DetailDefaultEntryValue Property |
Used to expose properties if add as default entry is checked.
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.1.0.391
Syntaxpublic DefaultEntry DefaultEntryValue { get; set; }
Public Property DefaultEntryValue As DefaultEntry
Get
Set
Dim instance As Detail
Dim value As DefaultEntry
value = instance.DefaultEntryValue
instance.DefaultEntryValue = value
Property Value
Type:
DefaultEntry
Remarks
See Also