C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / SetAppointmentProperties Method
The System.String value containing XML encoding of appointment properties.

In This Topic
SetAppointmentProperties Method
In This Topic
Reconstructs appointment properties from the specified string.
Syntax
'Declaration
 
Public Function SetAppointmentProperties( _
   ByVal source As System.String _
) As System.Boolean
 

Parameters

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

Return Value

True if appointment has been changed.
See Also