adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / StepNumber Property

In This Topic
    StepNumber Property (NotificationMessage)
    In This Topic
    The step number that generated the message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property StepNumber As Nullable(Of Integer)
    [DataMember()]
    public Nullable<int> StepNumber {get; set;}
    See Also