Share via


UserPicker.AllowGuestAccounts Propiedad

Definición

Obtiene o establece si se permite seleccionar cuentas de invitado.

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

Valor de propiedad

Boolean

bool

True si se permiten cuentas de invitado; de lo contrario, false.

Se aplica a