Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NAppointmentBase Class / ShouldSerialize Method


In This Topic
    ShouldSerialize Method (NAppointmentBase)
    In This Topic
    Gets whether this appointment should serialize or not.
    Syntax
    'Declaration
     
    
    Public Overridable Function ShouldSerialize() As System.Boolean
    'Usage
     
    
    Dim instance As NAppointmentBase
    Dim value As System.Boolean
     
    value = instance.ShouldSerialize()
    public virtual System.bool ShouldSerialize()
    Remarks
    An appointment should serialize if it is not created by a recursive rule or it is, but has a local value set to any of its properties except for the start and end times and the effective category and time marker.
    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