LockoutOptions.AllowedForNewUsers Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.