TwitterOptions.Events Propiedad

Definición

Obtiene o establece el ITwitterEvents utilizado para controlar los eventos de autenticación.

public:
 property Microsoft::AspNetCore::Authentication::Twitter::ITwitterEvents ^ Events { Microsoft::AspNetCore::Authentication::Twitter::ITwitterEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::Twitter::ITwitterEvents ^ value); };
public Microsoft.AspNetCore.Authentication.Twitter.ITwitterEvents Events { get; set; }
member this.Events : Microsoft.AspNetCore.Authentication.Twitter.ITwitterEvents with get, set
Public Property Events As ITwitterEvents

Valor de propiedad

Se aplica a