adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / StepNumber Property


In This Topic
    StepNumber Property (LogMessage)
    In This Topic
    The step number of the job step this message is associated with, if any.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StepNumber As Integer
    public int StepNumber {get;}
    public:
    property int StepNumber {
       int get();
    }
    Remarks
    If the message is not associated with a job step, StepNumber will be 0.
    See Also