ComponentOne Scheduler for WinForms
GetAppointmentProperties Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : GetAppointmentProperties Method
Returns XML encoding of appointment properties.
Syntax
'Declaration
 
Public Function GetAppointmentProperties() As System.String
public System.string GetAppointmentProperties()

Return Value

The System.String value containing XML encoding of appointment properties.
Remarks
Use this property to get the same string as serialized value of appointment properties, which you get when set mapping for AppointmentProperties.
See Also

Reference

Appointment Class
Appointment Members