Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Serializer Class / HeaderVersion Property

In This Topic
    HeaderVersion Property
    In This Topic
    During the serialization it represents the LastVersion, during the deserialization it represents the file header version.
    Syntax
    'Declaration
     
    Protected Property HeaderVersion As Integer
    protected int HeaderVersion {get; set;}
    Remarks
    It is equal to -1 when the Header is not read yet.
    See Also