Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / EntitySurrogate Class / XData Property

In This Topic
    XData Property (EntitySurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property XData As List(Of KeyValuePair(Of Short,ProtoObject))
    public List<KeyValuePair<short,ProtoObject>> XData {get; set;}
    Remarks
    ProtoBuf does not support serializing/deserializing object.
    See Also