adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / NumberOfSteps Property


In This Topic
    NumberOfSteps Property
    In This Topic
    The total number of steps in the job.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NumberOfSteps As Integer
    public int NumberOfSteps {get;}
    public:
    property int NumberOfSteps {
       int get();
    }
    See Also