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 帐户。

适用于