Appointment.Location Property

Definition

Gets or sets a string that communicates the physical location of the appointment. Location is of type String and a maximum of 32,768 characters in length.

public:
 property Platform::String ^ Location { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Location();

void Location(winrt::hstring value);
public string Location { get; set; }
var string = appointment.location;
appointment.location = string;
Public Property Location As String

Property Value

String

Platform::String

winrt::hstring

The location of the appointment.

Windows requirements

App capabilities
appointmentsSystem

Applies to