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
229
What is the use of AllProperties member in databindingsforappointment class?
posted

hi all,

What is the use of AllProperties member in databindingsforappointment class?

as well as what information is to be stored in AllProperties member?

 

regards,

Govind

 

 

  • 69832
    Offline posted

    It is used to persists the entire state of the appointment. It takes a byte array which represents the appointment's object graph. Such a byte array can be created using the Appointment.Save method, and a new appointment instance can be created from a previously saved byte array using the static Appointment.Load method.