 |
DetailDetailItemsValue Property |
Used to store a collection of detail items.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Disbursement
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic DetailItems DetailItemsValue { get; set; }
Public Property DetailItemsValue As DetailItems
Get
Set
Dim instance As Detail
Dim value As DetailItems
value = instance.DetailItemsValue
instance.DetailItemsValue = value
Property Value
Type:
DetailItems
Remarks
See Also