AuthenticablePrincipal.PasswordNotRequired Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur de type Boolean qui spécifie si un mot de passe est requis pour ce compte.
public:
property bool PasswordNotRequired { bool get(); void set(bool value); };
public bool PasswordNotRequired { get; set; }
member this.PasswordNotRequired : bool with get, set
Public Property PasswordNotRequired As Boolean
Valeur de propriété
false si un mot de passe est requis pour ce compte ; sinon true.
Exceptions
Le magasin sous-jacent ne prend pas en charge cette propriété.