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;}
    [DataMember()]
    public:
    property Nullable<int> StepNumber {
       Nullable<int> get();
       void set (    Nullable<int> value);
    }
    See Also