Returns XML encoding of appointment properties.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public string GetAppointmentProperties()
Visual Basic
Public Function GetAppointmentProperties As String

Return Value

The 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