Share via


WebAccountEventArgs.Account Property

Definition

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.

Applies to