Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / ENPersistencyFormat Enumeration


In This Topic
    ENPersistencyFormat Enumeration
    In This Topic
    Enumerates the persistency formats
    Syntax
    'Declaration
     
    
    Public Enum ENPersistencyFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENPersistencyFormat
    public enum ENPersistencyFormat : System.Enum 
    Members
    MemberDescription
    BinaryBinary format
    XmlXml format
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Serialization.ENPersistencyFormat

    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