StepNo Property (OperStepCopySource)
- Last UpdatedNov 06, 2025
- 1 minute read
The StepNo property holds the step number.
'Declaration
Public Property StepNo As Integer
'Usage
Dim instance As OperStepCopySource
Dim value As Integer
instance.StepNo = value
value = instance.StepNo
public int StepNo {get; set;}