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

适用于