共用方式為


WebAccountProviderDeleteAccountOperation.WebAccount 屬性

定義

取得要刪除的 Web 帳戶。

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

屬性值

要刪除的 Web 帳戶。

適用於