UserPicker.AllowGuestAccounts Property

Definition

Gets or sets whether picking guest accounts is allowed.

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

Property Value

Boolean

bool

True if guest accounts are allowed; otherwise, false.

Applies to