Search
Appointment.SaveTo Method
See Also
 





Saves the appointment data to a binary stream or an XML document.

 Overload List

Name Description

Appointment.SaveTo (BinaryWriter, BinarySerializationContext)

Saves the appointment data to a binary stream.

Appointment.SaveTo (JsonObject, JsonSerializationContext)

Saves the appointment data as a JsonObject.

Appointment.SaveTo (XmlElement, XmlSerializationContext)

Saves the appointment data to an XML document.

 See Also