Gets or sets custom text associated with this object.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(null)] public string CustomData { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(Nothing)> _ Public Property CustomData As String Get Set |
Remarks
This property is serialized with other appointment properties.
It isn't used by the scheduler, use it to keep your data associated with appointment.
This property is serialized into xml and binary formats and it is saved into underlying
data source if mapping for Appointment Properties is set.
It isn't retained at export/import to iCal format.