OperId Property (OpFromStdOp)
- Last UpdatedMar 17, 2026
- 1 minute read
The OperId property contains the ID of the new operation for the process.
'Declaration
Public Property OperId As String
'Usage
Dim instance As OpFromStdOp
Dim value As String
instance.OperId = value
value = instance.OperId
public string OperId {get; set;}