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。

適用対象