UserPicker.AllowGuestAccounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.