ConfigurationElement.SetPropertyValue Méthode

Définition

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

prop
ConfigurationProperty

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.

S’applique à