WebAccount.Id 属性

定义

获取 Web 帐户的 ID。

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

属性值

String

Platform::String

winrt::hstring

WebAccount 的 ID。

适用于