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

In This Topic
    Tag Property (Surrogate<T>)
    In This Topic
    Gets or sets the file header tag (for deserialization purpose only).
    Syntax
    'Declaration
     
    Public Property Tag As String
    public string Tag {get; set;}
    Remarks
    It can be used to handle custom versions. It is filled by the BeforeDeserialize method with the data get from the file header.
    See Also