Condividi tramite


Appointment.Location Proprietà

Definizione

Ottiene o imposta una stringa che comunica la posizione fisica dell'appuntamento. Il percorso è di tipo String e un massimo di 32.768 caratteri di lunghezza.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Posizione dell'appuntamento.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a