 |
ReceiptDetailValue Property |
Used to expose properties contained in the Detail section from Epic.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
Syntaxpublic Detail DetailValue { get; set; }
Public Property DetailValue As Detail
Get
Set
Dim instance As Receipt
Dim value As Detail
value = instance.DetailValue
instance.DetailValue = value
Property Value
Type:
Detail
DetailValue As Other.
Remarks Note |
---|
|
See Also