다음을 통해 공유


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

적용 대상