共用方式為


WebAccountCommand.WebAccount 屬性

定義

取得與目前命令相關聯的 Web 帳戶。

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

屬性值

Web 帳戶。

適用於