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


In This Topic
    StepNumber Property (CapturedFile)
    In This Topic
    Returns the StepNumber for the Step this item is associated with, or 0 if it is not associated with a step.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StepNumber As Integer
    public int StepNumber {get;}
    public:
    property int StepNumber {
       int get();
    }
    See Also