 |
DetailItemDetailItemID Property |
Unique identifier used to specify detail item.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Disbursement
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic int DetailItemID { get; set; }
Public Property DetailItemID As Integer
Get
Set
Dim instance As DetailItem
Dim value As Integer
value = instance.DetailItemID
instance.DetailItemID = value
Property Value
Type:
Int32
Remarks
See Also