Scheduler for UWP | 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
     
    
    <DefaultValueAttribute("")>
    Public Property Location As String
    [DefaultValue("")]
    public string Location {get; set;}
    See Also