Hi
1) May I know what is inside the attribute allproperties? Is it all attribute include the appointment id , startdatetime and all are inside it or?
2) Actually how those attribute convert to byte array??
3) And how can we get the value we want from the byte array??
4) Do there have any function?
Thanks.
See the (instance) Appointment.Save method and the (static) Appointment.FromBytes method. They provide round-trip serialization support for the Appointment class. This is what is the data binding layer uses internally to serialize appointments to and from the data source.