StdOperId Property (JobFromStdOp)
- Last UpdatedNov 06, 2025
- 1 minute read
The StdOperId property contains the standard operation from which this job is being created.
'Declaration
Public Property StdOperId As String
'Usage
Dim instance As JobFromStdOp
Dim value As String
instance.StdOperId = value
value = instance.StdOperId
public string StdOperId {get; set;}