Partager via


UserPicker.AllowGuestAccounts Propriété

Définition

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.

S’applique à