UserPicker.AllowGuestAccounts 属性

定义

获取或设置是否允许选取来宾帐户。

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

属性值

Boolean

bool

如果允许来宾帐户,则为 True;否则为 false。

适用于