共用方式為


WebUIContactPostActivatedEventArgs.ServiceUserId 屬性

定義

取得用於張貼之服務的使用者識別碼。

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

屬性值

String

Platform::String

winrt::hstring

用於張貼之服務的使用者識別碼。

實作

備註

ServiceUserId 屬性會設定為要張貼之服務的連絡人使用者識別碼。

適用於