OperStepCopySource Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The OperStepCopySource() method is the constructor for the OperStepCopySource class. It sets all fields in the class.
'Declaration
Public Function New( _
ByVal processId As String, _
ByVal operId As String, _
ByVal stepNo As Integer _
)
'Usage
Dim processId As String
Dim operId As String
Dim stepNo As Integer
Dim instance As New OperStepCopySource(processId, operId, stepNo)
Parameters
- processId
- Required. Holds the process ID.
- operId
- Required. Holds the operation ID.
- stepNo
- Required. Holds the step number.