WebAccountProvider.Id プロパティ

定義

Web アカウント プロバイダー ID を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

Web アカウント プロバイダー ID。

適用対象