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

In This Topic
    Log Property (Surrogate<T>)
    In This Topic
    Gets the list of errors and warnings generated during the serialization/deserialization processes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Log As String
    public string Log {get;}
    See Also