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


In This Topic
    StepNumber Property (ApplicationIntegration)
    In This Topic
    Gets the current step number, if applicable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StepNumber As Nullable(Of Integer)
    public Nullable<int> StepNumber {get;}
    public:
    property Nullable<int> StepNumber {
       Nullable<int> get();
    }
    See Also