Freigeben über


Appointment.Location Eigenschaft

Definition

Ruft eine Zeichenfolge ab, die den physischen Speicherort des Termins kommuniziert, oder legt diese fest. Location ist vom Typ String und maximal 32.768 Zeichen lang.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Ort des Termins.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: