共用方式為


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 帳戶。

適用於