WebAccountEventArgs.Account Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the WebAccount involved in the event.
public:
property WebAccount ^ Account { WebAccount ^ get(); };
WebAccount Account();
public WebAccount Account { get; }
var webAccount = webAccountEventArgs.account;
Public ReadOnly Property Account As WebAccount
Property Value
The web account involved in the event.