OperId Property (StdOperStepCopySource)
- Last UpdatedNov 06, 2025
- 1 minute read
The OperId property holds the operation ID.
'Declaration
Public Property OperId As String
'Usage
Dim instance As StdOperStepCopySource
Dim value As String
instance.OperId = value
value = instance.OperId
public string OperId {get; set;}