WebUIContactCallActivatedEventArgs.ServiceUserId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用於呼叫之服務的使用者識別碼。
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
屬性值
用於呼叫之服務的使用者識別碼。
實作
備註
針對 PSTN 通話,ServiceUserId 屬性會設定為連絡人的 PSTN 號碼。 針對 Web 服務,ServiceUserId 屬性會設定為該特定服務的連絡人使用者識別碼。