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

In This Topic
    HeaderTag Property
    In This Topic
    During the serialization it represents the custom tag, during the deserialization it represents the file header tag.
    Syntax
    'Declaration
     
    Protected Property HeaderTag As String
    protected string HeaderTag {get; set;}
    Remarks
    It is equal to null when the Header is not read yet.
    See Also