FromStorageEntId Property
- Last UpdatedNov 06, 2025
- 1 minute read
The FromStorageEntID property contains the entity from which the inventory is to be transferred.
'Declaration
Public Property FromStorageEntId As Nullable(Of Integer)
'Usage
Dim instance As InvTransferSource
Dim value As Nullable(Of Integer)
instance.FromStorageEntId = value
value = instance.FromStorageEntId
public Nullable<int> FromStorageEntId {get; set;}