C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / GetAppointmentProperties Method

In This Topic
GetAppointmentProperties Method
In This Topic
Returns XML encoding of appointment properties.
Syntax
'Declaration
 
Public Function GetAppointmentProperties() As System.String
 

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