다음을 통해 공유


EmailMeetingInfo.Location 속성

정의

모임 위치를 가져오거나 설정합니다.

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 = emailMeetingInfo.location;
emailMeetingInfo.location = string;
Public Property Location As String

속성 값

String

Platform::String

winrt::hstring

모임 위치입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상