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

In This Topic
    Model Property
    In This Topic
    The ProtoBuf.Meta.RuntimeTypeModel that contains the object types that must be serialized.
    Syntax
    'Declaration
     
    Public ReadOnly Property Model As RuntimeTypeModel
    public RuntimeTypeModel Model {get;}
    See Also