Appointment.Location Property

Definition

Gets or sets the location of this appointment.

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
public string Location { get; set; }
Public Property Location As String

Property Value

The location of the appointment.

Applies to