Freigeben über


UserPicker.AllowGuestAccounts Eigenschaft

Definition

Ruft ab oder legt fest, ob die Auswahl von Gastkonten zulässig ist.

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

Eigenschaftswert

Boolean

bool

True, wenn Gastkonten zulässig sind; andernfalls false.

Gilt für: