AuthenticationSchemeOptions.Events Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Instance utilisée pour les événements
public:
property System::Object ^ Events { System::Object ^ get(); void set(System::Object ^ value); };
public object Events { get; set; }
public object? Events { get; set; }
member this.Events : obj with get, set
Public Property Events As Object