EntId Property (JobFromStdOp)
- Last UpdatedNov 06, 2025
- 1 minute read
The EntId property contains the ID of the entity that is linked to this standard operation.
'Declaration
Public Property EntId As Integer
'Usage
Dim instance As JobFromStdOp
Dim value As Integer
instance.EntId = value
value = instance.EntId
public int EntId {get; set;}