AppointmentCalendar.RemoteId プロパティ

定義

AppointmentCalendar のリモート ID を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

AppointmentCalendar のリモート ID。

Windows の要件

アプリの機能
appointmentsSystem

適用対象