ActiveDirectorySchemaProperty.IsDefunct 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 indiquant si l'objet ActiveDirectorySchemaProperty est défunt.
public:
property bool IsDefunct { bool get(); void set(bool value); };
public bool IsDefunct { get; set; }
member this.IsDefunct : bool with get, set
Public Property IsDefunct As Boolean
Valeur de propriété
Valeur Boolean qui indique si l’objet de propriété de schéma actuel est obsolète. true
si l'objet est défunt ; sinon, false
.
Exceptions
Un appel au service d'annuaire sous-jacent a échoué.
Le serveur cible est occupé ou non disponible.