IContactMessageActivatedEventArgs.ServiceId 속성

정의

메시지에 사용되는 서비스의 식별자를 가져옵니다.

public:
 property Platform::String ^ ServiceId { Platform::String ^ get(); };
winrt::hstring ServiceId();
public string ServiceId { get; }
var string = iContactMessageActivatedEventArgs.serviceId;
Public ReadOnly Property ServiceId As String

속성 값

String

Platform::String

winrt::hstring

메시지에 사용되는 서비스의 식별자입니다.

적용 대상