UserPicker.AllowGuestAccounts 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.
Obtient ou définit si la sélection de comptes invités est autorisée.
public:
property bool AllowGuestAccounts { bool get(); void set(bool value); };
bool AllowGuestAccounts();
void AllowGuestAccounts(bool value);
public bool AllowGuestAccounts { get; set; }
var boolean = userPicker.allowGuestAccounts;
userPicker.allowGuestAccounts = boolean;
Public Property AllowGuestAccounts As Boolean
Valeur de propriété
Boolean
bool
True si les comptes invités sont autorisés ; sinon, false.