 |
DetailDefaultEntryValue Property |
Default entry if add as default entry is checked
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Disbursement
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
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