Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Appointment Class / AppointmentType Property

In This Topic
    AppointmentType Property (Appointment)
    In This Topic
    Gets or sets custom text value associated with this object.
    Syntax
    'Declaration
     
    Public Property AppointmentType As System.String
    public System.string AppointmentType {get; set;}
    Remarks

    This property is serialized with other appointment properties. You can use this property to show customized content or perform different actions depending on the property value. This property is serialized into different formats and it is saved into underlying data source if mapping for Appointment Properties is set.

    See Also