AppointmentCalendar.RemoteId Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'ID remoto per AppointmentCalendar.
public:
property Platform::String ^ RemoteId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RemoteId();
void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = appointmentCalendar.remoteId;
appointmentCalendar.remoteId = string;
Public Property RemoteId As String
Valore della proprietà
ID remoto per AppointmentCalendar.
Requisiti Windows
Funzionalità dell'app |
appointmentsSystem
|