adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / StepNumber Property


In This Topic
    StepNumber Property (INotificationMessage)
    In This Topic
    The step number that generated the message.
    Syntax
    'Declaration
     
    
    ReadOnly Property StepNumber As Nullable(Of Integer)
    Nullable<int> StepNumber {get;}
    property Nullable<int> StepNumber {
       Nullable<int> get();
    }
    See Also