Compartir a través de


WebAccountEventArgs.Account Propiedad

Definición

Obtiene la cuenta web implicada en el evento .

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

Valor de propiedad

La cuenta web implicada en el evento.

Se aplica a