WebUIContactCallActivatedEventArgs.ServiceUserId 属性

定义

获取用于调用的服务的用户标识符。

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

属性值

String

Platform::String

winrt::hstring

用于调用的服务的用户标识符。

实现

注解

对于 PSTN 呼叫,ServiceUserId 属性设置为联系人的 PSTN 号码。 对于基于 Web 的服务,ServiceUserId 属性设置为该特定服务联系人的用户 ID。

适用于