DisplaySeq Property (JobFromStdOp)
- Last UpdatedNov 06, 2025
- 1 minute read
The DisplaySeq property contains the sequence of jobs independent of the operation ID.
'Declaration
Public Property DisplaySeq As Integer
'Usage
Dim instance As JobFromStdOp
Dim value As Integer
instance.DisplaySeq = value
value = instance.DisplaySeq
public int DisplaySeq {get; set;}