StepNumber Property (ConditionStatus)
In This Topic
Gets the step number with which this status is associated.
Syntax
'Declaration
Public ReadOnly Property StepNumber As Integer
public int StepNumber {get;}
public:
property int StepNumber {
int get();
}
See Also