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


In This Topic
    ShouldSerialize Method (NOccurrence)
    In This Topic
    Gets whether this appointment should serialize or not.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerialize() As System.Boolean
    'Usage
     
    
    Dim instance As NOccurrence
    Dim value As System.Boolean
     
    value = instance.ShouldSerialize()
    public override System.bool ShouldSerialize()
    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