Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
AllProperties Problem
posted

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.

 

 

 

  • 69832
    Offline posted

    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.