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
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.