Share via


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입니다.

적용 대상