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

In This Topic
    Location Property (Appointment)
    In This Topic
    Gets or sets the System.String value specifying where the appointment is going to be.
    Syntax
    'Declaration
     
    Public Property Location As System.String
    public System.string Location {get; set;}
    See Also