 |
VoucherDetailValue Property |
Used to expose properties contained in the detail tab.
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: 2023.1.0.1249
Syntaxpublic Detail DetailValue { get; set; }
Public Property DetailValue As Detail
Get
Set
Dim instance As Voucher
Dim value As Detail
value = instance.DetailValue
instance.DetailValue = value
Property Value
Type:
Detail
DetailValue As Other.
Remarks Note |
---|
|
See Also