Scheduler for WPF | ComponentOne
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 String
    public string Location {get; set;}
    See Also