WebAccountEventArgs.Account プロパティ

定義

イベントに関係する WebAccount を取得します。

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

プロパティ値

イベントに関係する Web アカウント。

適用対象