Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NAppointmentBase Class / Notification Property


In This Topic
    Notification Property
    In This Topic
    Gets/Sets the time period before the start of the appointment at which to show a notification message. By default set to TimeSpan.MinValue, which means that notifications for the appointment won't be shown.
    Syntax
    'Declaration
     
    
    Public Property Notification As System.TimeSpan
    'Usage
     
    
    Dim instance As NAppointmentBase
    Dim value As System.TimeSpan
     
    instance.Notification = value
     
    value = instance.Notification
    public System.TimeSpan Notification {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also