adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryStep Class / StepDescription Property


In This Topic
    StepDescription Property (ExecutionHistoryStep)
    In This Topic
    Description of the step
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StepDescription As String
    public string StepDescription {get;}
    public:
    property String^ StepDescription {
       String^ get();
    }
    Remarks
    The description is stored at the time of execution and does not reflect changes made to the job since then.
    See Also