SeqNo Property
- Last UpdatedNov 06, 2025
- 1 minute read
The SeqNo property contains the sequence number for the new job.
'Declaration
Public Property SeqNo As Integer
'Usage
Dim instance As JobFromStdOp
Dim value As Integer
instance.SeqNo = value
value = instance.SeqNo
public int SeqNo {get; set;}