adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / StepNumber Property

In This Topic
    StepNumber Property (IScriptParameters)
    In This Topic
    The step number of the executing step.
    Syntax
    'Declaration
     
    
    ReadOnly Property StepNumber As Nullable(Of Integer)
    Nullable<int> StepNumber {get;}
    See Also