WebUIContactMessageActivatedEventArgs.ServiceUserId 속성

정의

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

public:
 property Platform::String ^ ServiceUserId { Platform::String ^ get(); };
winrt::hstring ServiceUserId();
public string ServiceUserId { get; }
var string = webUIContactMessageActivatedEventArgs.serviceUserId;
Public ReadOnly Property ServiceUserId As String

속성 값

String

Platform::String

winrt::hstring

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

구현

설명

표준 문자 메시지의 경우 ServiceUserId 속성은 연락처의 휴대폰 번호로 설정됩니다. 웹 기반 서비스의 경우 ServiceUserId 속성은 해당 특정 서비스에 대한 연락처의 사용자 ID로 설정됩니다.

적용 대상