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


In This Topic
    LastStepName Property
    In This Topic
    The name of the last step executed or executing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastStepName As String
    public string LastStepName {get;}
    public:
    property String^ LastStepName {
       String^ get();
    }
    See Also