Share via


Appointment.Location 속성

정의

약속의 실제 위치를 전달하는 문자열을 가져오거나 설정합니다. 위치는 String 형식이며 최대 길이는 32,768자입니다.

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

속성 값

String

Platform::String

winrt::hstring

약속의 위치입니다.

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상