UserDataAccount.Id 屬性

定義

取得可唯一識別本機裝置上 UserDataAccount 的字串。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = userDataAccount.id;
Public ReadOnly Property Id As String

屬性值

String

Platform::String

winrt::hstring

可唯一識別本機裝置上 UserDataAccount 的字串。

適用於