StdOperId Property (JobFromStdOp)
- Last UpdatedMar 17, 2026
- 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;}