Reconstructs appointment properties from the specified string.

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

Syntax

C#
public bool SetAppointmentProperties(
	string source
)
Visual Basic
Public Function SetAppointmentProperties ( _
	source As String _
) As Boolean

Parameters

source
Type: System..::..String
The String value containing XML encoding of appointment properties.

Return Value

True if appointment has been changed.

See Also