Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Surrogate<T> Class / Version Property

In This Topic
    Version Property (Surrogate<T>)
    In This Topic
    Gets or sets the Eyeshot proprietary file format version.
    Syntax
    'Declaration
     
    Protected Property Version As Integer
    protected int Version {get; set;}
    Remarks
    During the deserialization, it is filled by the BeforeDeserialize method with the data get from the file header.
    See Also