ConfigurationElement.SetPropertyValue Méthode
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.
Affecte la valeur spécifiée à une propriété.
protected:
void SetPropertyValue(System::Configuration::ConfigurationProperty ^ prop, System::Object ^ value, bool ignoreLocks);
protected void SetPropertyValue (System.Configuration.ConfigurationProperty prop, object value, bool ignoreLocks);
member this.SetPropertyValue : System.Configuration.ConfigurationProperty * obj * bool -> unit
Protected Sub SetPropertyValue (prop As ConfigurationProperty, value As Object, ignoreLocks As Boolean)
Paramètres
Propriété d'élément à définir.
- value
- Object
Valeur à assigner à la propriété.
- ignoreLocks
- Boolean
true
si les verrous de la propriété doivent être ignorés ; sinon, false
.
Exceptions
Se produit si l'élément est en lecture seule ou que ignoreLocks
est true
mais que les verrouillages ne peuvent pas être ignorés.