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