Condividi tramite


LockoutOptions.AllowedForNewUsers Proprietà

Definizione

Ottiene o imposta un flag che indica se un nuovo utente può essere bloccato. Il valore predefinito è true.

public:
 property bool AllowedForNewUsers { bool get(); void set(bool value); };
public bool AllowedForNewUsers { get; set; }
member this.AllowedForNewUsers : bool with get, set
Public Property AllowedForNewUsers As Boolean

Valore della proprietà

True se un utente appena creato può essere bloccato; in caso contrario, false.

Commenti

Viene impostato come predefinito true.

Si applica a