次の方法で共有


WebAccountProviderSignOutAccountOperation.WebAccount プロパティ

定義

サインアウトする Web アカウントを取得します。

public:
 property WebAccount ^ WebAccount { WebAccount ^ get(); };
WebAccount WebAccount();
public WebAccount WebAccount { get; }
var webAccount = webAccountProviderSignOutAccountOperation.webAccount;
Public ReadOnly Property WebAccount As WebAccount

プロパティ値

サインアウトする Web アカウント。

適用対象