FromRowId Property
- Last UpdatedNov 06, 2025
- 1 minute read
The FromRowId property contains a row_id value from the Item_Inv table.
'Declaration
Public Property FromRowId As Integer
'Usage
Dim instance As InvTransferSource
Dim value As Integer
instance.FromRowId = value
value = instance.FromRowId
public int FromRowId {get; set;}