共用方式為


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 屬性會設定為連絡人的行動電話號碼。 針對 Web 服務,ServiceUserId 屬性會設定為該特定服務的連絡人使用者識別碼。

適用於