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


In This Topic
    Steps Property (ExecutionHistoryItem)
    In This Topic
    A collection of ExecutionHistoryStep objects that track the status of each step for this instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Steps As ExecutionHistoryStepCollection
    public ExecutionHistoryStepCollection Steps {get;}
    See Also